mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Fix responsive controls
This commit is contained in:
@@ -312,14 +312,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slidable-underneath {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.discussion-list-item .contextual-controls {
|
||||||
|
display: block;
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
.slidable {
|
.slidable {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
& .contextual-controls {
|
|
||||||
display: block;
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
|
|
||||||
& .slidable-underneath {
|
& .slidable-underneath {
|
||||||
display: none;
|
display: none;
|
||||||
background: @fl-secondary-color !important;
|
background: @fl-secondary-color !important;
|
||||||
@@ -362,9 +364,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media @tablet, @desktop, @desktop-hd {
|
@media @tablet, @desktop, @desktop-hd {
|
||||||
.slidable-underneath {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.discussion-list-item {
|
.discussion-list-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: -25px;
|
margin-right: -25px;
|
||||||
|
Reference in New Issue
Block a user