layout-structure.less: Remove inset shadow for mobile

refs #4562
This commit is contained in:
Florian Strohmaier 2021-10-20 17:54:00 +02:00
parent 18188f7185
commit 9b71c04fc1

View File

@ -31,8 +31,9 @@ body {
flex-direction: column;
position: relative;
z-index: 2;
}
&:after {
#layout:not(.minimal-layout) #sidebar:after {
content: "";
display: block;
position: absolute;
@ -43,7 +44,6 @@ body {
background: linear-gradient(to left, rgba(0,0,0,.1), rgba(0,0,0,0));
z-index: 0;
}
}
#main {
flex: 1;