mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
css: Use SCSS nesting in zulip.scss for .column-right.
This commit is contained in:
@@ -2634,17 +2634,15 @@ select.inline_select_topic_edit {
|
|||||||
|
|
||||||
.column-right {
|
.column-right {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
|
|
||||||
.column-right.expanded {
|
&.expanded {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
float: none;
|
float: none;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
|
||||||
|
|
||||||
.column-right.expanded .right-sidebar {
|
.right-sidebar {
|
||||||
background-color: hsla(0, 0%, 100%, 1.0);
|
background-color: hsla(0, 0%, 100%, 1.0);
|
||||||
box-shadow: 0px -2px 3px 0px hsla(0, 0%, 0%, 0.1);
|
box-shadow: 0px -2px 3px 0px hsla(0, 0%, 0%, 0.1);
|
||||||
border-left: 1px solid hsl(0, 0%, 87%);
|
border-left: 1px solid hsl(0, 0%, 87%);
|
||||||
@@ -2653,6 +2651,8 @@ select.inline_select_topic_edit {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header-main .column-right {
|
.header-main .column-right {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user