style(footer): use flex-row and overflow-x-auto when only has icons

This commit is contained in:
ZhenShuo Leo
2025-07-30 01:52:24 +08:00
parent ec912c4a92
commit 904176c43c
3 changed files with 27 additions and 15 deletions

View File

@@ -1585,6 +1585,9 @@ body.zen-mode-enable {
.overflow-visible {
overflow: visible;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}