1
0
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:
Toby Zerner
2015-07-28 12:15:32 +09:30
parent 67eef2ce73
commit 5d9db2744e

View File

@@ -1,6 +1,7 @@
.Slidable-underneath { .Slidable-underneath {
display: none; display: none;
} }
@media @phone {
.Slidable { .Slidable {
position: relative; position: relative;
@@ -47,3 +48,4 @@
} }
} }
} }
}