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:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user