Update favicon, enhance sidebar branding, and improve CSS styles

- Replaced the favicon with a new app icon and added a shortcut icon for better branding.
- Enhanced the sidebar branding in ChatView.vue by introducing a logo element for improved visual appeal.
- Updated CSS styles to support new sidebar layout and icon display, ensuring a cohesive design.

These changes collectively improve the user interface and branding consistency across the application.
This commit is contained in:
Torsten Schulz (local)
2026-04-21 15:29:21 +02:00
parent 336e8308cf
commit 32b48909c5
9 changed files with 26 additions and 9 deletions

View File

@@ -4,7 +4,10 @@
<div class="auth-main-layout">
<aside class="app-sidebar">
<div class="sidebar-brand">
<strong>SingleChat</strong>
<div class="sidebar-brand-head">
<span class="app-brand-mark sidebar-brand-mark" aria-hidden="true">S</span>
<strong>SingleChat</strong>
</div>
<span>Online Chat</span>
</div>