mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Pull discussion pane further off-screen so shadow is not visible
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
@media @tablet-up {
|
@media @tablet-up {
|
||||||
.DiscussionPage-list {
|
.DiscussionPage-list {
|
||||||
left: -@pane-width;
|
left: -@pane-width - 6px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: @zindex-pane;
|
z-index: @zindex-pane;
|
||||||
|
Reference in New Issue
Block a user