redesign search tab switcher buttons

~ imitate ubuntu-style tabbed buttons
This commit is contained in:
geoffrey45
2022-08-03 13:34:20 +03:00
parent aeb9cb1d1c
commit 2b6b4078fa
18 changed files with 138 additions and 161 deletions
+1 -6
View File
@@ -71,20 +71,15 @@ onUpdated(() => {
.scrollable-r {
height: 100%;
padding: $small;
overflow: hidden;
display: grid;
grid-template-rows: max-content 1fr;
gap: $medium;
.inner {
height: 100%;
margin-right: -$small;
overflow: scroll;
margin-top: 1rem;
padding-right: $small;
overflow-x: hidden;
scrollbar-color: grey transparent;
margin: 1rem 0;
}
}
}