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