Added a way to display the icon as part of the sitename

This commit is contained in:
Slatian
2023-12-29 02:37:22 +01:00
parent cd7a7fbe05
commit 96207f3960
3 changed files with 14 additions and 1 deletions

View File

@ -599,3 +599,10 @@ form.search {
background: var(--button-bg);
}
/* Custom icon style for sitename*/
.sitename > img {
height: 1.2em;
padding: 0 0.3ch;
margin-bottom: -.2em;
}