mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix mobile layout
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
de372c11f3
commit
9da4094ff8
1 changed files with 8 additions and 1 deletions
|
|
@ -237,6 +237,7 @@ select:hover {
|
||||||
textarea {
|
textarea {
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
border: .5px solid var(--color-main-border);
|
border: .5px solid var(--color-main-border);
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
|
|
@ -281,7 +282,7 @@ html[data-theme="dark"] ::-webkit-scrollbar-track {
|
||||||
background-color: var(--color-main-background);
|
background-color: var(--color-main-background);
|
||||||
border-radius: var(--border-radius-large);
|
border-radius: var(--border-radius-large);
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||||
max-height: calc(100dvh - 40px);
|
max-height: calc(100dvh - 50px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -464,3 +465,9 @@ label {
|
||||||
#theme-toggle:not(:hover) #theme-icon {
|
#theme-toggle:not(:hover) #theme-icon {
|
||||||
opacity: 0.6; /* Slightly transparent */
|
opacity: 0.6; /* Slightly transparent */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 800px) {
|
||||||
|
.container {
|
||||||
|
margin: 50px auto 0px auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue