fix(frontend): チャットのデザイン調整 (#15708)
* fix(frontend): チャットのデザイン調整
* remove unused locales
* 🎨
* Update XMessage.vue
* Update XMessage.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
888e04ce82
commit
15a5bb17e3
9 changed files with 47 additions and 24 deletions
|
|
@ -51,7 +51,7 @@ withDefaults(defineProps<{
|
|||
padding-top: calc(var(--fukidashi-radius) * .13);
|
||||
|
||||
&.accented {
|
||||
--fukidashi-bg: var(--MI_THEME-accent);
|
||||
--fukidashi-bg: color-mix(in srgb, var(--MI_THEME-accent), var(--MI_THEME-panel) 85%);
|
||||
}
|
||||
|
||||
&.shadow {
|
||||
|
|
@ -87,6 +87,12 @@ withDefaults(defineProps<{
|
|||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
@container (max-width: 450px) {
|
||||
.content {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.tail {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue