mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-10 00:32:53 +08:00
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:
commit
32c09041a1
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
Reference in a new issue