mirror of https://github.com/zulip/zulip.git
css: Reorder subscriptions.scss so .subscriptions-header is in same place.
This commit is contained in:
parent
648a60baf6
commit
279b52ac82
|
@ -400,6 +400,12 @@ form#add_new_subscription {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.subscriptions-header .subscriptions-title {
|
||||
display: inline-block;
|
||||
transition: all 0.3s ease;
|
||||
transform: translate(-13px, 0px);
|
||||
}
|
||||
|
||||
.subscriptions-header .fa-chevron-left,
|
||||
#settings_overlay_container .settings-header.mobile .fa-chevron-left {
|
||||
position: relative;
|
||||
|
@ -421,12 +427,6 @@ form#add_new_subscription {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.subscriptions-header .subscriptions-title {
|
||||
display: inline-block;
|
||||
transition: all 0.3s ease;
|
||||
transform: translate(-13px, 0px);
|
||||
}
|
||||
|
||||
.subscriptions-container .exit {
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue