Fix modal corners

This commit is contained in:
2021-08-17 18:24:21 +02:00
parent edcacc132e
commit 481b42be47
5 changed files with 21 additions and 21 deletions

View File

@@ -227,7 +227,7 @@ const add_upload_history = id => {
margin: 10px;
padding: 0;
overflow: hidden;
border-radius: 2px;
border-radius: 6px;
box-shadow: 2px 2px 8px -3px var(--shadow_color);
background-color: var(--layer_3_color);
color: var(--text_color);