Fix responsiveness
This commit is contained in:
parent
c48e9f71ef
commit
9b61cc5ae0
5 changed files with 56 additions and 194 deletions
|
@ -3,6 +3,7 @@
|
|||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
transition: all 0.4s ease-out;
|
||||
margin: 0;
|
||||
|
@ -131,6 +132,14 @@
|
|||
|
||||
/* IPad Pro */
|
||||
@media (max-width: 1024px) {
|
||||
.top-navbar {
|
||||
height: -webkit-fit-content;
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
padding-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.top-navbar .container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -196,6 +196,7 @@ a.focused {
|
|||
position: sticky;
|
||||
top: 2.5rem;
|
||||
width: 100%;
|
||||
max-height: calc(100vh - 2.5rem);
|
||||
}
|
||||
|
||||
.sidebar-section.hide {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue