Added responsiveness

This commit is contained in:
Jan Zípek 2022-08-26 09:36:26 +02:00
parent 7491e85ecd
commit 658a424586
Signed by: kamen
GPG Key ID: A17882625B33AC31
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@
z-index: 2; z-index: 2;
width: 20rem; width: 20rem;
display: flex; display: flex;
max-width: 100%;
overflow: auto;
.inner { .inner {
background-color: var(--box-bg-color); background-color: var(--box-bg-color);

View File

@ -253,6 +253,9 @@ section.content {
box-shadow: var(--box-shadow); box-shadow: var(--box-shadow);
border-radius: 0.5rem; border-radius: 0.5rem;
width: 20rem; width: 20rem;
max-height: 90%;
overflow: auto;
max-width: 100%;
} }
.settings-modal .inner .body { .settings-modal .inner .body {