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