1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +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 680809e1d7
commit c789d0aef2

View File

@@ -1,7 +1,8 @@
.Slidable-underneath { .Slidable-underneath {
display: none; display: none;
} }
.Slidable { @media @phone {
.Slidable {
position: relative; position: relative;
.DiscussionListItem-controls { .DiscussionListItem-controls {
@@ -46,4 +47,5 @@
.box-shadow(0 2px 6px @shadow-color); .box-shadow(0 2px 6px @shadow-color);
} }
} }
}
} }