1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Fix missing vendor prefix on post scrubber; move styles to Less

This commit is contained in:
David Wheatley
2021-04-05 23:19:52 +01:00
parent 0fe7723a7f
commit 19465fb522
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
height: 300px;
min-height: 50px; // JavaScript sets a max-height
position: relative;
cursor: pointer;
.user-select(none);
}
.Scrubber-before, .Scrubber-after {
border-left: 1px solid @control-bg;
@@ -42,6 +44,7 @@
background: transparent;
width: 100%;
padding: 5px 0;
cursor: move;
}
.Scrubber-bar {
height: 100%;