Styling fixes

This commit is contained in:
2022-05-03 14:37:26 +02:00
parent 464a238f91
commit cbeaf50900
7 changed files with 51 additions and 51 deletions

View File

@@ -152,8 +152,8 @@ footer>.footer_content {
overflow-y: auto;
overflow-x: hidden;
background: var(--body_background);
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
padding: 8px;
transition: margin-left 0.5s;
}