1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 f38605b387
commit 6d826e5b30

View File

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