UI: Fix html/css validation errors

This commit is contained in:
Max Berger
2026-03-29 00:05:17 +01:00
parent 9688db7e21
commit 405c192158
4 changed files with 17 additions and 16 deletions

View File

@@ -191,7 +191,7 @@ main {
#collectionsscene article p {
font-size: 1em;
max-height: 130px;
overflow: overlay;
overflow: auto;
word-wrap: break-word;
}
@@ -476,7 +476,8 @@ a.blue:active {
}
button.inline {
padding-inline: 1px;
padding-left: 1px;
padding-right: 1px;
min-width: 2em;
margin: 0;
}