This commit is contained in:
1Step621 2025-05-04 12:57:41 +00:00 committed by GitHub
commit 14f919dfa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 8 deletions

View File

@ -1406,19 +1406,16 @@ html[data-color-scheme=light] .preview {
.footerLeft {
flex: 1;
display: grid;
grid-auto-flow: row;
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
grid-auto-rows: 40px;
display: flex;
height: 40px;
overflow: auto;
}
.footerRight {
flex: 0;
margin-left: auto;
display: grid;
grid-auto-flow: row;
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
grid-auto-rows: 40px;
display: flex;
height: 40px;
direction: rtl;
}
@ -1428,6 +1425,7 @@ html[data-color-scheme=light] .preview {
margin: 0;
font-size: 1em;
width: auto;
min-width: 42px;
height: 100%;
border-radius: 6px;