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

View File

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