web: Expose debug info, fix view on mobile.
This commit is contained in:
23
web/src/components/DebugInfo.scss
Normal file
23
web/src/components/DebugInfo.scss
Normal file
@ -0,0 +1,23 @@
|
||||
#debug-information {
|
||||
position: fixed;
|
||||
left: 1em;
|
||||
bottom: 1em;
|
||||
opacity: 0.5;
|
||||
font-size: 80%;
|
||||
|
||||
.toggle-content { display: none; }
|
||||
.toggle-content.visible { display: block; }
|
||||
|
||||
.mobile, .tablet, .desktop, .ultrawide { display: none; }
|
||||
|
||||
ul, li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
width: 8em;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user