feat: chord editing prototype

feat: printing style for layout
This commit is contained in:
2023-11-03 22:37:27 +01:00
parent 08df049170
commit f7bf93fcfc
12 changed files with 963 additions and 130 deletions
+16
View File
@@ -0,0 +1,16 @@
@media print {
.print {
visibility: visible;
}
nav {
display: none;
}
body {
--md-sys-color-background: white !important;
--md-sys-color-on-background: black !important;
visibility: hidden;
}
}
+1
View File
@@ -1,6 +1,7 @@
@import "./form/button";
@import "./form/toggle";
@import "./kbd";
@import "./print";
* {
box-sizing: border-box;