Add a little bit of depth

This commit is contained in:
2024-02-16 11:49:38 +01:00
parent 08676e6071
commit 4be12b4145
14 changed files with 77 additions and 66 deletions

View File

@@ -184,6 +184,7 @@ const drop = (e, index) => {
vertical-align: top;
color: var(--body_text_color);
transition: background 0.2s, padding 0.2s, box-shadow 0.2s;
box-shadow: 1px 1px 0px 0px var(--shadow_color);
}
.file:hover {
background: var(--input_hover_background);

View File

@@ -40,6 +40,7 @@ export let nobg = false
background: none;
margin: 0;
color: var(--body_text_color);
box-shadow: none;
}
@media (max-width: 600px) {

View File

@@ -138,6 +138,7 @@ export const set_item = idx => {
border-width: 2px;
border-style: solid;
border-color: var(--input_background);
box-shadow: 1px 1px 0px 0px var(--shadow_color);
}
.file_button:hover {