From b68e5f30225595abbff4b787d8348c9ea4700d1f Mon Sep 17 00:00:00 2001 From: julian laplace Date: Tue, 15 Jul 2025 00:24:24 +0200 Subject: add ability to set root note --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index a20af8c..12fe345 100644 --- a/index.html +++ b/index.html @@ -331,6 +331,10 @@ cursor: pointer; border-radius: 8px; opacity: 0.9; + display: inline-flex; + flex-direction: row; + justify-content: center; + align-items: center; } .root-select button:hover { opacity: 1; @@ -339,6 +343,16 @@ padding-left: 1rem; padding-right: 1rem; } + + .fraction { + display: inline-flex; + flex-direction: column; + font-size: 12px; + margin-left: 0.25rem; + } + .fraction span:first-child { + border-bottom: 1px solid; + } @@ -677,6 +691,12 @@
+ +
-- cgit v1.2.3-70-g09d2