fix 720p screens layout issue

~ add media queries
+ handle responsiveness on folder header
This commit is contained in:
geoffrey45
2022-08-11 02:53:24 +03:00
parent 24ef21e6ba
commit 992d3a7003
15 changed files with 79 additions and 46 deletions
+4 -3
View File
@@ -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;