mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
set global margin on the main app grid
+ refactor margins and paddings in some components
This commit is contained in:
@@ -32,9 +32,9 @@ function unfocusThis() {
|
||||
|
||||
<style lang="scss">
|
||||
#gsearch-input {
|
||||
padding: $small;
|
||||
display: flex;
|
||||
|
||||
margin-bottom: $small;
|
||||
|
||||
@include tablet-landscape {
|
||||
display: none;
|
||||
}
|
||||
@@ -46,7 +46,6 @@ function unfocusThis() {
|
||||
display: flex;
|
||||
gap: $small;
|
||||
background-color: $gray4;
|
||||
height: 2.25rem;
|
||||
|
||||
.icon {
|
||||
width: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user