mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
Redesign page search input area
+ redefine global search input colors + redesign settings page + move settings text to a strings module + add title and description to now playing settings
This commit is contained in:
committed by
Mungai Njoroge
parent
460695fd87
commit
62b9aa7a3e
+16
-16
@@ -14,23 +14,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
#app-grid.isSmall,
|
||||
#app-grid.disableSidebar {
|
||||
#acontent {
|
||||
margin-right: -$small;
|
||||
padding-right: $medium;
|
||||
// #app-grid.isSmall,
|
||||
// #app-grid.disableSidebar {
|
||||
// #acontent {
|
||||
// margin-right: -$small;
|
||||
// padding-right: $medium;
|
||||
|
||||
.search-view {
|
||||
margin-right: -0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .search-view {
|
||||
// margin-right: -0.8rem;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
#app-grid.isSmall #page-search {
|
||||
margin-right: $smaller;
|
||||
}
|
||||
// #app-grid.isSmall #page-search {
|
||||
// margin-right: $smaller;
|
||||
// }
|
||||
|
||||
#app-grid.disableSidebar #page-search {
|
||||
margin-right: $smaller;
|
||||
}
|
||||
// #app-grid.disableSidebar #page-search {
|
||||
// margin-right: $smaller;
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user