поправка 3 для иконки vMix

This commit is contained in:
2026-04-22 11:49:25 +03:00
parent c0f9016d55
commit 338335928b
2 changed files with 13 additions and 11 deletions

View File

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