fix #4606 - allow logo to show site name as fallback (credit @JanOlsmar)

This commit is contained in:
sbwalker
2024-09-13 16:13:01 -04:00
parent d954e3ffb7
commit 1c1c26948a
4 changed files with 24 additions and 3 deletions

View File

@ -267,4 +267,10 @@ app {
.text-area-editor > textarea {
width: 100%;
min-height: 250px;
}
.app-logo .site-name {
padding: 0 20px 0 20px;
font-size: x-large;
color: white;
}