fix sidebar

This commit is contained in:
Vri 🌈 2023-03-16 22:01:52 +01:00
parent 9c92048ba8
commit e115ebd7ca
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -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%;