ui tweaks

This commit is contained in:
Nazar Kanaev
2020-06-26 13:34:29 +01:00
parent 95b830ee1a
commit 02ad42a52d
4 changed files with 61 additions and 27 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>

After

Width:  |  Height:  |  Size: 365 B

View File

@@ -34,6 +34,7 @@ var vm = new Vue({
'settingsShow': false,
'settings': 'manage',
'settingsManageDropdown': null,
'settingsManageEdit': null,
'newFolderTitle': null,
}
},

View File

@@ -2,6 +2,23 @@
display: none !important;
}
body {
font-size: 15px !important;
}
.form-control {
transition: none;
}
.form-control:focus {
border-color: #80bdff !important;
box-shadow: inset 0 0 0 2px #80bdff !important;
}
.btn:focus {
box-shadow: none !important;
}
.wrapper {
max-width: 1368px;
margin: 0 auto;