Stars update.

This commit is contained in:
retoor 2025-05-27 14:28:07 +02:00
parent 96629113f1
commit 2fd01a5ab7
2 changed files with 3 additions and 8 deletions

View File

@ -47,7 +47,6 @@ main {
} }
header { header {
background-color: #000000;
grid-area: header; grid-area: header;
padding: 10px 20px; padding: 10px 20px;
display: flex; display: flex;
@ -102,13 +101,11 @@ h2 {
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #000000;
overflow: hidden; overflow: hidden;
} }
.chat-header { .chat-header {
padding: 10px 20px; padding: 10px 20px;
background-color: #000000;
user-select: none; user-select: none;
} }
@ -139,7 +136,6 @@ footer {
-ms-overflow-style: none; -ms-overflow-style: none;
padding: 10px; padding: 10px;
height: 10px; height: 10px;
background: #000000;
} }
.chat-messages { .chat-messages {
@ -244,15 +240,14 @@ footer {
.chat-input { .chat-input {
padding: 15px; padding: 15px;
background-color: #000000;
display: flex; display: flex;
align-items: center; align-items: center;
} }
input[type="text"], .chat-input textarea { input[type="text"], .chat-input textarea {
flex: 1; flex: 1;
background-color: #000000;
color: white; color: white;
background: none;
border: none; border: none;
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
@ -357,7 +352,6 @@ a {
.sidebar { .sidebar {
width: 250px; width: 250px;
background-color: #000000;
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
padding-top: 10px; padding-top: 10px;

View File

@ -25,7 +25,8 @@
border-radius: 50%; border-radius: 50%;
background-color: var(--star-color); background-color: var(--star-color);
animation: twinkle 2s infinite ease-in-out; animation: twinkle 2s infinite ease-in-out;
} z-index: -1;
}
@keyframes twinkle { @keyframes twinkle {
0%, 100% { opacity: 0.8; transform: scale(1); } 0%, 100% { opacity: 0.8; transform: scale(1); }