Main CSS style cleanup and some fixes

This commit is contained in:
partisan 2025-06-30 12:58:18 +02:00
parent b975c04102
commit 04fb53cf11
5 changed files with 158 additions and 420 deletions

View file

@ -101,6 +101,15 @@
cursor: pointer;
}
.search-type-icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 32px;
}
/* Viewer Image Link */
#viewer-image-link {
text-decoration: none;
@ -173,8 +182,8 @@
padding-bottom: 10px;
}
.material-icons-round {
font-size: 32px;
.search-type-icons {
gap: 16px;
}
#viewer-image-container {