поправка 4

This commit is contained in:
2026-04-22 12:09:09 +03:00
parent 338335928b
commit 4f83d95ed6
2 changed files with 27 additions and 27 deletions

View File

@@ -2293,26 +2293,3 @@ body:not(.edit-mode-on) .referee-search {
border-radius: 6px;
}
.vmix-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
border-radius: 10px;
background: #151515;
color: #fff;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.12);
transition: 0.2s ease;
}
.vmix-btn:hover {
background: #222;
}
.vmix-icon {
width: 18px; /* подгоняешь под стиль кнопок */
height: 18px;
object-fit: contain; /* чтобы не растягивалась */
display: block;
}