mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Only make controls slidable on phones. Fixed flarum/core#178
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.Slidable-underneath {
|
||||
display: none;
|
||||
}
|
||||
@media @phone {
|
||||
.Slidable {
|
||||
position: relative;
|
||||
|
||||
@@ -47,3 +48,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user