mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Fix missing vendor prefix on post scrubber; move styles to Less
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user