mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
add icon
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Loading...</title>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
||||
<link rel="icon" href="./src/images/logotip.png" viewBox='0 0 100% 100%'>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Login Form -->
|
||||
@@ -86,7 +86,7 @@
|
||||
</header>
|
||||
<div class="chat-sortirovka"><nav><ul>
|
||||
<li>чаты</li>
|
||||
<li>канал</li>
|
||||
<li>каналы</li>
|
||||
<li>контакты</li>
|
||||
</ul></nav></div>
|
||||
<div class="chats-chanel-kontarti">
|
||||
|
||||
@@ -59,7 +59,8 @@
|
||||
display: flex;
|
||||
text-decoration: none;
|
||||
padding: 10px;
|
||||
border: solid 2px $color-dark-surface;
|
||||
border: solid 3px $color-dark-surface;
|
||||
box-shadow: 0px 3px 0px black 0.9;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
background-color: $color-dark-on-surface-variant;
|
||||
@@ -81,6 +82,7 @@
|
||||
flex-direction: row;
|
||||
font-size: 24px;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user