1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 17:53:08 -05:00

fix(frontend): MiAuth認可画面のデザイン修正 ()

This commit is contained in:
かっこかり 2024-12-10 10:29:40 +09:00 committed by GitHub
parent dac3b1f405
commit 020c191e2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,5 +117,6 @@ definePageMetadata(() => ({
border-radius: var(--MI-radius);
background-color: var(--MI_THEME-panel);
overflow-x: scroll;
white-space: nowrap;
}
</style>