mirror of
https://github.com/mempool/mempool.git
synced 2025-04-04 01:50:43 +02:00
break graph toggles into another line earlier
This commit is contained in:
parent
ca1a1228a9
commit
85e33e689d
@ -53,17 +53,17 @@
|
||||
}
|
||||
}
|
||||
.formRadioGroup.mining {
|
||||
@media (min-width: 991px) {
|
||||
@media (min-width: 1035px) {
|
||||
position: relative;
|
||||
top: -100px;
|
||||
}
|
||||
@media (min-width: 830px) and (max-width: 991px) {
|
||||
@media (min-width: 830px) and (max-width: 1035px) {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
.formRadioGroup.no-menu {
|
||||
@media (min-width: 991px) {
|
||||
@media (min-width: 1035px) {
|
||||
position: relative;
|
||||
top: -33px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user