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

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); 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>