Skip to content

Commit c1d06f5

Browse files
committed
UX: Enhance splash screen styles
1 parent da866a9 commit c1d06f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/templates/app.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div id="photoprism" class="container{{if .config.SiteCaption}} theme-{{ .config.Settings.UI.Theme }}{{end}}">
22
<noscript>
3-
<div id="noscript-info" class="elevation-1 splash-info">
3+
<div id="noscript-info" class="splash-info">
44
<a href="https://enable-javascript.com/" target="_blank">Need help enabling JavaScript?</a>
55
</div>
66
</noscript>
7-
<div id="splash-info" class="elevation-1 has-js splash-info">
7+
<div id="splash-info" class="has-js splash-info">
88
{{if .config.Imprint}}
99
{{if .config.ImprintUrl}}<a href="{{ .config.ImprintUrl }}" target="_blank" class="imprint">{{ .config.Imprint }}</a>
1010
{{else}}<span class="imprint">{{ .config.Imprint }}</span>{{end}}

frontend/src/css/splash.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189

190190
#splash-info {
191191
display: none;
192-
font-weight: 600;
192+
font-weight: bold;
193193
}
194194

195195
#noscript-info {
196196
display: block;
197-
font-weight: 600;
197+
font-weight: bold;
198198
}
199199

200200
#loading-info {
@@ -208,7 +208,7 @@
208208
#photoprism .splash-info a {
209209
text-align: center;
210210
text-decoration: none;
211-
font-size: 16px;
211+
font-size: 15px;
212212
color: #101010;
213213
width: auto;
214214
padding: 0;

0 commit comments

Comments
 (0)