Fix file button shadow

This commit is contained in:
2018-01-25 20:37:56 +01:00
parent 11ce21d281
commit 6b3433ab11

View File

@@ -223,7 +223,7 @@ a:hover{
margin: 6px;
padding: 0;
overflow: hidden;
box-shadow: 2px 2px 5px 2px #111;
box-shadow: 0px 0px 5px 2px #111;
background-color: #111;
color: var(--text_color);
word-break: break-all;