mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
Deckで長いタイトルのページを開くとヘッダーが伸びる問題を修正
This commit is contained in:
parent
fa86fb1b0d
commit
d60b4cf362
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ export default defineComponent({
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: $header-height;
|
line-height: $header-height;
|
||||||
|
height: $header-height;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: var(--panelHeaderFg);
|
color: var(--panelHeaderFg);
|
||||||
|
|
Loading…
Reference in a new issue