Fix links in filesystem dropdown menu

Styling fixes
This commit is contained in:
2024-06-13 18:08:13 +02:00
parent 08698bbdb4
commit 1e0a692ca0
4 changed files with 9 additions and 10 deletions

View File

@@ -36,13 +36,12 @@ const update_links = (path) => {
.container {
text-align: center;
margin-top: 6px;
margin-bottom: 6px;
}
.link {
display: inline-block;
display: block;
}
.image {
display: inline-block;
display: block;
margin: auto;
max-height: 90px;
max-width: 99%;