mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
right_sidebar: Add minor lefthand padding called for by Vlad's design.
This commit is contained in:
@@ -273,6 +273,10 @@
|
|||||||
|
|
||||||
/* Right sidebar */
|
/* Right sidebar */
|
||||||
--right-sidebar-padding-right: 8px;
|
--right-sidebar-padding-right: 8px;
|
||||||
|
/* Vlad's design adds 2px of extra padding beyond the
|
||||||
|
space created by the padding-left on .right-sidebar,
|
||||||
|
which separates the right sidebar from the message area. */
|
||||||
|
--right-sidebar-padding-left: 2px;
|
||||||
|
|
||||||
/* Tippy popover related values */
|
/* Tippy popover related values */
|
||||||
--navbar-popover-menu-min-width: 230px;
|
--navbar-popover-menu-min-width: 230px;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ $user_status_emoji_width: 24px;
|
|||||||
|
|
||||||
.right-sidebar-items {
|
.right-sidebar-items {
|
||||||
padding-right: var(--right-sidebar-padding-right);
|
padding-right: var(--right-sidebar-padding-right);
|
||||||
|
padding-left: var(--right-sidebar-padding-left);
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-sidebar-title {
|
.right-sidebar-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user