Improve the file saving/deletion menus

This commit is contained in:
oobabooga 2024-01-09 06:33:47 -08:00
parent 123f27a3c5
commit 953343cced
2 changed files with 6 additions and 6 deletions

View file

@ -193,11 +193,11 @@ button {
max-width: 500px;
background-color: var(--input-background-fill);
border: var(--input-border-width) solid var(--input-border-color) !important;
padding: 10px;
}
.file-saver > :first-child > :nth-child(2) {
.file-saver > :first-child > :last-child {
background: var(--block-background-fill);
justify-content: flex-end;
}
.checkboxgroup-table label {