diff --git a/assets/templates/app.tmpl b/assets/templates/app.tmpl index e853b227a..e68ad35d1 100644 --- a/assets/templates/app.tmpl +++ b/assets/templates/app.tmpl @@ -1,7 +1,7 @@
diff --git a/frontend/src/component/navigation.vue b/frontend/src/component/navigation.vue index 121b6d05c..d831ea0b2 100644 --- a/frontend/src/component/navigation.vue +++ b/frontend/src/component/navigation.vue @@ -100,8 +100,8 @@ - - PhotoPrism+ {{ appNameSuffix }} + + {{ appName }} diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css index e1cddc9c3..c4731dab6 100644 --- a/frontend/src/css/app.css +++ b/frontend/src/css/app.css @@ -119,33 +119,6 @@ footer { line-height: 1.8em; } -#photoprism .tm { - letter-spacing: normal; - font-weight: 500; -} - -#photoprism .tm strong { - font-weight: 500; -} - -#photoprism .tm sup, -#photoprism .tm span { - letter-spacing: normal; -} - -#photoprism .tm sup { - font-size: 9px; - font-weight: 600; - top: -9px; -} - -#photoprism .tm sup.plus { - font-size: 17px; - font-weight: 500; - left: -1px; - top: -8px; -} - main { padding: 0; margin: 0; diff --git a/frontend/src/css/navigation.css b/frontend/src/css/navigation.css index 9c1e3a0ab..023788326 100644 --- a/frontend/src/css/navigation.css +++ b/frontend/src/css/navigation.css @@ -176,8 +176,8 @@ nav .v-list__tile__title.title { } #photoprism .nav-menu .v-list__tile { - padding: 0 24px 0 24px; - height: 48px; + padding: 0 16px 0 16px; + height: 42px; } #photoprism .nav-menu .v-list__tile .v-list__tile__title { @@ -190,7 +190,7 @@ nav .v-list__tile__title.title { } #photoprism .nav-menu .v-list__tile__content { - min-width: 114px; + min-width: 104px; } /* diff --git a/frontend/src/css/splash.css b/frontend/src/css/splash.css index 0c524b9cd..142b40885 100644 --- a/frontend/src/css/splash.css +++ b/frontend/src/css/splash.css @@ -189,12 +189,7 @@ #splash-info { display: none; - font-weight: bold; -} - -#noscript-info { - display: block; - font-weight: bold; + font-weight: 400; } #loading-info { @@ -214,3 +209,9 @@ padding: 0; margin: 0; } + +#noscript-info { + display: block; + font-weight: 600; + font-size: 16px; +}