Bring back external storage group select delete

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-10-30 16:13:54 +01:00 committed by Backportbot
parent a5995d2f74
commit 61681c9688
1 changed files with 10 additions and 0 deletions

View File

@ -131,6 +131,16 @@
overflow: hidden;
}
#externalStorage .select2-container .select2-search-choice {
display: flex;
.select2-search-choice-close {
display: block;
left: auto;
position: relative;
width: 20px;
}
}
#externalStorage .mountOptionsToggle .dropdown {
width: auto;
}