소스 검색

style(ui): enlarge volume +/- buttons (18->30px) and volume %% (11->14px)

master
Jan Svabenik 1 개월 전
부모
커밋
a55b5a56ea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      web/static/style.css

+ 2
- 1
web/static/style.css 파일 보기

@@ -219,6 +219,7 @@ html, body {
#volume-row > * + * { margin-left: 10px; }
.btn-vol { width: 48px; height: 48px; line-height: 48px; -webkit-flex-shrink: 0; flex-shrink: 0; font-size: 18px; }
#btn-mute { font-size: 22px; }
#btn-vol-up, #btn-vol-down { font-size: 30px; font-weight: 600; }
#btn-mute.muted { color: var(--accent); }
#volume-bar-wrap {
-webkit-flex: 1;
@@ -245,7 +246,7 @@ html, body {
border-radius: 4px;
}
#volume-pct {
font-size: 11px;
font-size: 14px;
color: var(--text-dim);
text-align: center;
}


불러오는 중...
취소
저장