Skip to content

Commit 408288c

Browse files
committed
Fix table styling
1 parent 2812220 commit 408288c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

chrome/player/assets/fluidplayer/css/fluidplayer.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,17 @@ input.crosstalk_calculator_input {
31023102
gap: 0px 16px;
31033103
overflow-y: auto;
31043104
grid-template-columns: 1fr auto auto auto;
3105+
width: 100%;
3106+
margin-left: auto;
3107+
margin-right: auto;
3108+
max-width: 600px;
3109+
box-sizing: border-box;
31053110
}
3111+
/*
3112+
.convolver_container {
3113+
flex-direction: column;
3114+
align-items: center;
3115+
} */
31063116

31073117
/* Grid template for both header and rows */
31083118
.convolver_channel_row {

0 commit comments

Comments
 (0)