1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

Right align discussion controls dropdown on slidable item (#2330)

This commit is contained in:
Sami Mazouz
2020-09-30 21:53:50 +01:00
committed by GitHub
parent 353207a31f
commit bd1babcc05

View File

@@ -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");