mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
aio-interface: add bottom padding to the main container
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
81fec27c14
commit
e4d11d1295
2 changed files with 2 additions and 1 deletions
|
|
@ -336,6 +336,7 @@ html[data-theme="dark"] ::-webkit-scrollbar-track {
|
|||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
max-height: calc(100dvh - var(--container-height-calculation-difference));
|
||||
overflow: hidden;
|
||||
padding-bottom: var(--main-padding);
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>AIO</title>
|
||||
<link rel="stylesheet" href="/style.css?v4" media="all" />
|
||||
<link rel="stylesheet" href="/style.css?v5" media="all" />
|
||||
<link rel="icon" href="/img/favicon.png">
|
||||
<script type="text/javascript" src="forms.js"></script>
|
||||
<script type="text/javascript" src="toggle-dark-mode.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue