mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-28 07:36:44 -06:00
fix(frontend): MiAuth認可画面のデザイン修正 (#15106)
This commit is contained in:
parent
dac3b1f405
commit
020c191e2c
1 changed files with 1 additions and 0 deletions
|
@ -117,5 +117,6 @@ definePageMetadata(() => ({
|
||||||
border-radius: var(--MI-radius);
|
border-radius: var(--MI-radius);
|
||||||
background-color: var(--MI_THEME-panel);
|
background-color: var(--MI_THEME-panel);
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue