Fix filepicker's add button design

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-03-22 10:36:19 +01:00
parent b1b2378758
commit 3736bc82cd
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 4 additions and 4 deletions

View File

@ -769,10 +769,10 @@ code {
.icon.icon-add{
background-image: var(--icon-add-000);
background-size: 16px 16px;
max-height: 36px;
width: 36px;
width: 34px;
height: 34px;
margin: 0px;
opacity: .5;
opacity: 0.5;
}
a {
@ -784,7 +784,7 @@ code {
.menu {
top:100%;
margin:10px;
margin-left: 0px;
margin-left: 1px;
form {
display:flex;
margin:10px;