Support full screen backgrounds on the filesystem

This commit is contained in:
2024-05-30 12:28:42 +02:00
parent 4d43d5cfd0
commit 08698bbdb4
9 changed files with 62 additions and 30 deletions

View File

@@ -35,6 +35,8 @@ const update_links = (path) => {
<style>
.container {
text-align: center;
margin-top: 6px;
margin-bottom: 6px;
}
.link {
display: inline-block;
@@ -43,7 +45,7 @@ const update_links = (path) => {
display: inline-block;
margin: auto;
max-height: 90px;
max-width: 100%;
max-width: 99%;
border-radius: 6px;
}
</style>