diff --git a/index.html b/index.html index 0905dea..2c83cc8 100644 --- a/index.html +++ b/index.html @@ -722,6 +722,20 @@ border: 0.1rem solid rgba(var(--rgb-bw), 0.2); padding: 0.1rem; } + + #sheet-view input { + border-radius: 0.2rem; + border: 0.1rem solid rgba(var(--rgb-bw), 0.2); + padding: 0.1rem; + } + + #sheet-view .log-input { + width: 100%; + } + + #sheet-view .grade-input { + width: 2rem; + }