Add border to tree-actions section and adjust padding

This commit is contained in:
MeIchthys 2023-03-24 15:17:17 -04:00 committed by GitHub
parent fa6d1879dd
commit 8a4caaf6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,6 @@ const TPL = `
} }
.tree-actions { .tree-actions {
padding: 4px 0;
background-color: var(--launcher-pane-background-color); background-color: var(--launcher-pane-background-color);
z-index: 100; z-index: 100;
position: absolute; position: absolute;
@ -50,12 +49,14 @@ const TPL = `
align-items: flex-end; align-items: flex-end;
justify-content: flex-end; justify-content: flex-end;
right: 17px; right: 17px;
border-radius: 7px;
border: 1px solid var(--main-border-color);
} }
button.tree-floating-button { button.tree-floating-button {
margin: 1px;
font-size: 1.5em; font-size: 1.5em;
padding: 5px; padding: 5px;
margin-right: 5px;
max-height: 34px; max-height: 34px;
color: var(--launcher-pane-text-color); color: var(--launcher-pane-text-color);
background-color: var(--button-background-color); background-color: var(--button-background-color);