client: auto resize content on search expand

This commit is contained in:
geoffrey45
2022-01-06 17:14:28 +03:00
parent 0340b64b04
commit 64d2c8c466
6 changed files with 38 additions and 51 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ export default {
<style lang="scss">
.f-container {
margin-top: $small;
padding: 1rem;
padding: $small 1rem 1rem 1rem;
}
.no_f {
+3 -1
View File
@@ -23,7 +23,9 @@ export default {
.folder-top {
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--separator);
border-bottom: 1px solid $separator;
width: calc(100% - 2rem);
margin-left: 1rem;
}
.folder-top .fname {