Lab2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user