fix: make view mode text left align

This commit is contained in:
Xu Quan 2025-07-15 23:13:54 +08:00
parent 27e174bbf5
commit 4a7a975194

View file

@ -476,7 +476,7 @@ div.ffs__file-content {
margin: 4px 12px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ffs__view-mode:not(.ffs__view-mode--search) {
padding: 4px 8px;