Add top-bar logo
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
<section>
|
||||
<div class="status-bar">
|
||||
<div class="status-left">
|
||||
<img src="logo.png" alt="CoopGameChooser logo" class="logo-mark">
|
||||
<span id="welcome-text" data-i18n="auth.welcome">Welcome!</span>
|
||||
<a id="logout" href="#" class="link inline-link" data-i18n="auth.logout">Logout</a>
|
||||
</div>
|
||||
|
||||
BIN
wwwroot/logo.png
Normal file
BIN
wwwroot/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@@ -32,6 +32,12 @@
|
||||
}
|
||||
.status-left, .status-center, .status-right { display: flex; align-items: center; gap: 10px; }
|
||||
.inline-link { font-size: 14px; }
|
||||
.logo-mark {
|
||||
height: 44px;
|
||||
width: auto;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 4px 10px rgba(0,0,0,0.18));
|
||||
}
|
||||
|
||||
.counts {
|
||||
color: #5f513b;
|
||||
|
||||
Reference in New Issue
Block a user