mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix 720p screens layout issue
~ add media queries + handle responsiveness on folder header
This commit is contained in:
@@ -27,7 +27,7 @@ const tabs = useTabStore();
|
||||
|
||||
<style lang="scss">
|
||||
.r-sidebar {
|
||||
|
||||
width: 100%;
|
||||
|
||||
@include phone-only {
|
||||
display: none;
|
||||
@@ -38,13 +38,14 @@ const tabs = useTabStore();
|
||||
}
|
||||
|
||||
.grid {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
||||
.r-content {
|
||||
grid-area: content;
|
||||
width: 29rem;
|
||||
// width: 29rem;
|
||||
width: 100%;
|
||||
|
||||
// @include tablet-landscape {
|
||||
// display: none;
|
||||
|
||||
Reference in New Issue
Block a user