PLT-3490 - Fixing RHS issue on Edge (#3474)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
bc726b0840
Коммит
878c6ecafc
@@ -14,13 +14,18 @@
|
|||||||
@include single-transition(background-color, .5s, ease);
|
@include single-transition(background-color, .5s, ease);
|
||||||
background-color: alpha-color($black, 0);
|
background-color: alpha-color($black, 0);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: -100%;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 300%;
|
width: 300%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.move--left {
|
||||||
|
.sidebar--right__bg {
|
||||||
|
left: -100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.post-body {
|
.post-body {
|
||||||
img {
|
img {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user