поправка 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;
}

View File

@@ -9,7 +9,7 @@
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>ЖФЛ Управление vMix</title>
<link rel="stylesheet" href="/static/styles.css?v=20260421_1">
<link rel="stylesheet" href="/static/styles.css?v=20260421_3">
<style>
.player-link-btn,
@@ -52,8 +52,8 @@
}
.vmix-icon {
width: 18px;
height: 18px;
width: 10px;
height: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
@@ -66,6 +66,30 @@
letter-spacing: 0.02em;
box-shadow: 0 0 10px rgba(123, 97, 255, 0.28);
}
.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: 1em; /* подгоняешь под стиль кнопок */
height: 1em;
object-fit: contain; /* чтобы не растягивалась */
display: block;
}
</style>
</head>
@@ -127,7 +151,6 @@
<a href="/admin/session/{{ session_token }}/download-vmix-page" class="vmix-btn">
<img src="/static/images/vmix_icon.png" class="vmix-icon" alt="vMix">
<span>vMix</span>
</a>
<form
method="post"