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