Main CSS style cleanup and some fixes
This commit is contained in:
parent
b975c04102
commit
04fb53cf11
5 changed files with 158 additions and 420 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue