PLT-2758 - Removing sidebar animation (#2856)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
2ae993125f
Коммит
3a17fd86a0
@@ -39,7 +39,6 @@
|
||||
@include flex(0 0 auto);
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
padding: 10px 20px;
|
||||
|
||||
.fa {
|
||||
@include opacity(.7);
|
||||
@@ -48,6 +47,9 @@
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
display: block;
|
||||
padding: 10px 20px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -70,6 +70,18 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar--right {
|
||||
&.move--left {
|
||||
@include translateX(0);
|
||||
}
|
||||
}
|
||||
|
||||
.inner-wrap {
|
||||
&.move--left {
|
||||
margin-right: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.post {
|
||||
&.same--root {
|
||||
&.same--user {
|
||||
|
||||
Ссылка в новой задаче
Block a user