Skip to content
Snippets Groups Projects
Verified Commit 7e6b6663 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #904: Fixed a responsive display issues on 1024px wide screens

parent 4ce59adc
No related branches found
No related tags found
No related merge requests found
Fixed a responsive display issues on 1024px wide screens (#904)
......@@ -342,7 +342,7 @@ $sidebar-color: #3d3e3f;
display: none !important;
}
}
@include media("<desktop") {
@include media("<=desktop") {
position: static !important;
width: 100% !important;
&.collapsed {
......@@ -397,7 +397,7 @@ $sidebar-color: #3d3e3f;
flex-direction: column;
overflow-y: auto;
justify-content: space-between;
@include media("<desktop") {
@include media("<=desktop") {
max-height: 500px;
}
}
......
......@@ -84,7 +84,7 @@ $widedesktop-sidebar-width: 350px;
html,
body {
@include media("<desktop") {
@include media("<=desktop") {
font-size: 90%;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment