mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Only make controls slidable on phones. Fixed flarum/core#178
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.Slidable-underneath {
|
||||
display: none;
|
||||
}
|
||||
.Slidable {
|
||||
@media @phone {
|
||||
.Slidable {
|
||||
position: relative;
|
||||
|
||||
.DiscussionListItem-controls {
|
||||
@@ -46,4 +47,5 @@
|
||||
.box-shadow(0 2px 6px @shadow-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user