mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Right align discussion controls dropdown on slidable item (#2330)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: auto;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
@@ -36,6 +36,9 @@
|
|||||||
.Slidable-underneath--left {
|
.Slidable-underneath--left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
.Slidable-underneath--right {
|
||||||
|
left: unset;
|
||||||
|
}
|
||||||
.Slidable-content {
|
.Slidable-content {
|
||||||
.transition(~"box-shadow 0.2s, border-radius 0.2s");
|
.transition(~"box-shadow 0.2s, border-radius 0.2s");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user