Merge branch 'feature/user_management'

This commit is contained in:
Jonas Weinz 2019-03-27 16:30:15 +01:00
commit 150906b028

View File

@ -164,7 +164,7 @@ a:visited {
text-align: center;
background: none;
white-space: normal;
overflow-y: scroll;
overflow-y: auto;
}
@media (max-aspect-ratio: 1/1) {
@ -343,4 +343,4 @@ a:visited {
.infobar-input{
height: calc(0.18 * var(--sidebar-height));
}
}
}