diff --git a/index.html b/index.html
index ac59353..7266b9e 100644
--- a/index.html
+++ b/index.html
@@ -731,6 +731,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;
+ }