Left Header, Right Height: Fix height 35 → 36
This commit is contained in:
parent
81beb4c0fd
commit
2520dae3b7
@ -9,7 +9,7 @@
|
||||
align-items: center;
|
||||
|
||||
width: 100%;
|
||||
height: 3.5rem;
|
||||
height: var(--header-height);
|
||||
padding-top: 0.25rem;
|
||||
padding-right: max(0.8125rem, env(safe-area-inset-right));
|
||||
padding-bottom: 0.25rem;
|
||||
|
||||
@ -218,7 +218,7 @@ $color-message-story-mention-to: #74bcff;
|
||||
--border-radius-forum-avatar: 33.3333%;
|
||||
--messages-container-width: 45.5rem;
|
||||
--right-column-width: 26.5rem;
|
||||
--header-height: 3.4375rem;
|
||||
--header-height: 3.5rem;
|
||||
--custom-emoji-size: 1.25rem;
|
||||
--emoji-size: 1.25rem;
|
||||
--custom-emoji-border-radius: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user