diff --git a/templates/course_dashboard.html b/templates/course_dashboard.html index 56a2824..3aa8e2e 100644 --- a/templates/course_dashboard.html +++ b/templates/course_dashboard.html @@ -105,9 +105,9 @@ cursor: pointer; } - .brand-icon { - font-size: 2.2em; - line-height: 1; + .brand-mark { + flex-shrink: 0; + display: block; } .brand h1 { @@ -901,7 +901,10 @@
- 📚 +

OfflineU

Your self-hosted course library

diff --git a/templates/help.html b/templates/help.html index 44128aa..e7d7003 100644 --- a/templates/help.html +++ b/templates/help.html @@ -70,7 +70,7 @@ align-items: center; gap: 12px; } - .app-header .brand-icon { font-size: 1.6em; } + .app-header .brand-mark { flex-shrink: 0; display: block; } .app-header a.brand-link { color: var(--accent); text-decoration: none; @@ -138,7 +138,10 @@
diff --git a/templates/lesson_view.html b/templates/lesson_view.html index 097de99..8ebb539 100644 --- a/templates/lesson_view.html +++ b/templates/lesson_view.html @@ -79,8 +79,9 @@ align-items: center; gap: 12px; } - .app-header .brand-icon { - font-size: 1.6em; + .app-header .brand-mark { + flex-shrink: 0; + display: block; } .app-header a.brand-link { color: var(--accent); @@ -497,7 +498,10 @@
- 📚 + OfflineU
diff --git a/templates/notes_hub.html b/templates/notes_hub.html index 42eacec..a411e36 100644 --- a/templates/notes_hub.html +++ b/templates/notes_hub.html @@ -72,7 +72,7 @@ align-items: center; gap: 12px; } - .app-header .brand-icon { font-size: 1.6em; } + .app-header .brand-mark { flex-shrink: 0; display: block; } .app-header a.brand-link { color: var(--accent); text-decoration: none; @@ -217,7 +217,10 @@
- 📚 + OfflineU
diff --git a/templates/settings.html b/templates/settings.html index 655e98c..7591309 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -70,8 +70,9 @@ align-items: center; gap: 12px; } - .app-header .brand-icon { - font-size: 1.6em; + .app-header .brand-mark { + flex-shrink: 0; + display: block; } .app-header a.brand-link { color: var(--accent); @@ -321,7 +322,10 @@
- 📚 + OfflineU