fix sidebar
This commit is contained in:
parent
9c92048ba8
commit
e115ebd7ca
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,6 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: background-color 0.2s linear;
|
||||
overflow: hidden;
|
||||
@media (max-width: 1140px) {
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
|
@ -148,6 +147,7 @@
|
|||
opacity: 1;
|
||||
opacity: 0.5;
|
||||
transition: left 0.5s ease-out, opacity 0.5s ease-out, background-color 0.2s linear, top 0.5s ease-out;
|
||||
border-radius: 0.5rem;
|
||||
@media (max-width: 1140px) {
|
||||
left: 0;
|
||||
top: 100%;
|
||||
|
|
Loading…
Reference in a new issue