diff --git a/static/styles.css b/static/styles.css
index 3ca59ae..2de4fd1 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -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;
}
\ No newline at end of file
diff --git a/templates/match_workspace.html b/templates/match_workspace.html
index 700a9fe..26d0be8 100644
--- a/templates/match_workspace.html
+++ b/templates/match_workspace.html
@@ -126,10 +126,9 @@
-
- Скачать vMix
+
+ vMix
-