mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-07-25 14:04:50 +00:00
feat: chord editing prototype
feat: printing style for layout
This commit is contained in:
@@ -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,6 +1,7 @@
|
||||
@import "./form/button";
|
||||
@import "./form/toggle";
|
||||
@import "./kbd";
|
||||
@import "./print";
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user