mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-02 17:03:09 +02:00
Deckで長いタイトルのページを開くとヘッダーが伸びる問題を修正
This commit is contained in:
parent
2de1df3514
commit
eedc572f0c
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