This commit is contained in:
2025-05-24 12:17:22 +04:00
parent 8b911b537a
commit 000d7a9f67

View File

@@ -168,6 +168,9 @@
box-shadow: 0 0 12px #ff00ff88;
transition: box-shadow 0.3s ease;
user-select: none;
display: flex;
flex-direction: column;
height: 100%;
}
.stream-item:hover {
box-shadow: 0 0 20px #00ffffdd;
@@ -199,6 +202,7 @@
cursor: pointer;
box-shadow: 0 0 10px #ff00ff;
transition: background-color 0.3s ease;
margin-top: auto;
}
.stream-item button:hover {
background-color: #00ffff;