mirror of
https://github.com/tuxitop/chessview.git
synced 2026-07-22 06:27:57 +00:00
adjust the comment section style
This commit is contained in:
parent
42944a96f3
commit
a1d8004c58
1 changed files with 3 additions and 3 deletions
|
|
@ -694,7 +694,7 @@ cg-board piece.fading {
|
|||
max-height: var(--cv-board-height, 360px);
|
||||
border-left: 1px solid var(--background-modifier-border);
|
||||
overflow: hidden;
|
||||
--cv-comment-height: calc(var(--cv-board-height, 360px) * 0.25);
|
||||
--cv-comment-height: calc(var(--cv-board-height, 360px) * 0.4);
|
||||
}
|
||||
|
||||
/* ============================================================================
|
||||
|
|
@ -827,9 +827,9 @@ cg-board piece.fading {
|
|||
.cv-comment {
|
||||
padding: 0;
|
||||
background: var(--background-primary-alt);
|
||||
font-size: 12px;
|
||||
font-size: 12.5px;
|
||||
font-style: italic;
|
||||
color: var(--text-muted);
|
||||
color: var(--text-faint);
|
||||
flex-shrink: 0;
|
||||
max-height: var(--cv-comment-height, 60px);
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue