Merge pull request #6499 from nextcloud/enh/noid/add-bottom-padding

aio-interface: add bottom padding to the main container
This commit is contained in:
Simon L. 2025-06-10 09:47:28 +02:00 committed by GitHub
commit 32c09041a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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 {

View file

@ -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>