DONE: enable sound by default on display tv, disable build images when pushing to main branch

This commit is contained in:
ISMAIL MASSERAN
2026-07-27 11:55:33 +08:00
parent 08fe762426
commit dd67b5d0a8
4 changed files with 27 additions and 49 deletions
@@ -32,23 +32,6 @@
overflow: hidden;
}
.branch-display__sound-enable {
position: absolute;
top: 0.75rem;
left: 50%;
transform: translateX(-50%);
z-index: 20;
border: 1px solid var(--bd-accent-deep);
background: linear-gradient(180deg, var(--bd-accent-bright) 0%, var(--bd-accent) 100%);
color: #1a2e14;
border-radius: 999px;
padding: 0.45rem 1rem;
font-size: 0.85rem;
font-weight: 600;
cursor: pointer;
box-shadow: 0 2px 12px rgba(240, 208, 96, 0.35);
}
.branch-display__header {
margin: 0;
display: flex;