mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
Deckで長いタイトルのページを開くとヘッダーが伸びる問題を修正
This commit is contained in:
@ -344,6 +344,7 @@ export default defineComponent({
|
||||
display: flex;
|
||||
z-index: 2;
|
||||
line-height: $header-height;
|
||||
height: $header-height;
|
||||
padding: 0 16px;
|
||||
font-size: 0.9em;
|
||||
color: var(--panelHeaderFg);
|
||||
|
Reference in New Issue
Block a user