mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
further refactor paddings and colors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.right-search {
|
||||
position: relative;
|
||||
background-color: #03000eab;
|
||||
background-color: $card-dark;
|
||||
display: grid;
|
||||
grid-template-rows: min-content 1fr;
|
||||
overflow: hidden;
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
.no-res {
|
||||
text-align: center;
|
||||
// height: calc(100% - 1rem);
|
||||
display: grid;
|
||||
|
||||
.highlight {
|
||||
|
||||
@@ -183,7 +183,7 @@ button {
|
||||
/* Handle */
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: grey;
|
||||
background: rgba(128, 128, 128, 0.322);
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user