mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Improve design
This commit is contained in:
+1
-2
@@ -79,7 +79,6 @@
|
||||
<div class="header">
|
||||
<div class="container header-content">
|
||||
<div class="logo">
|
||||
<i class="fas fa-bolt"></i>
|
||||
<span>PixelChat</span>
|
||||
</div>
|
||||
<ul class="nav-links">
|
||||
@@ -90,7 +89,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" id="logout-link">
|
||||
<i class="fas fa-sign-out-alt"></i> Выйти
|
||||
<span class="material-symbols filled">logout</span> Выйти
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -22,27 +22,21 @@
|
||||
font-weight: 700;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
i {
|
||||
margin-right: 10px;
|
||||
color: $secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
gap: 10px;
|
||||
|
||||
li {
|
||||
margin-left: 1.5rem;
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: all 0.3s ease;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user