mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix nav and folder banner text responsiveness
This commit is contained in:
@@ -37,6 +37,8 @@ onUpdated(() => {
|
||||
|
||||
<style lang="scss">
|
||||
#folder-nav-title {
|
||||
width: 100%;
|
||||
|
||||
.folder {
|
||||
display: flex;
|
||||
gap: $small;
|
||||
@@ -64,9 +66,9 @@ onUpdated(() => {
|
||||
overflow: auto;
|
||||
padding-right: $smaller;
|
||||
|
||||
@include for-desktop-down {
|
||||
max-width: 9rem;
|
||||
}
|
||||
// @include for-desktop-down {
|
||||
// max-width: 9rem;
|
||||
// }
|
||||
|
||||
.icon {
|
||||
height: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user