Support Responsive layout
This commit is contained in:
parent
29aef10b0c
commit
d7599d0dd5
@ -94,7 +94,6 @@ a:hover {
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
flex: 0 0 300px;
|
flex: 0 0 300px;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: var(--background-primary-alt);
|
background-color: var(--background-primary-alt);
|
||||||
border-right: 1px solid var(--background-secondary-alt);
|
border-right: 1px solid var(--background-secondary-alt);
|
||||||
@ -181,3 +180,17 @@ a:hover {
|
|||||||
.markdown-rendered h6 {
|
.markdown-rendered h6 {
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
.right-bar-container{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1100px) {
|
||||||
|
.right-bar-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.nav-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user