FIX: Wrench would incorrectly on wide browsers with composer up
This commit is contained in:
parent
df5ee0cfc1
commit
bf592c0ee7
|
@ -209,12 +209,12 @@
|
|||
}
|
||||
|
||||
@media all
|
||||
and (max-width : 1000px) {
|
||||
and (min-width: 400px) {
|
||||
|
||||
#topic-progress, #topic-progress-expanded {
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#topic-progress-wrapper {
|
||||
right: 160px;
|
||||
|
@ -229,7 +229,6 @@ and (max-width : 1000px) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media all
|
||||
and (max-width : 485px) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue