Updating UI
This commit is contained in:
parent
e711b3249b
commit
2e89c1bac2
@@ -0,0 +1,23 @@
|
||||
:root {
|
||||
--base-fontsize: 1.0rem;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 1.0rem;
|
||||
}
|
||||
|
||||
#app {
|
||||
flex-flow: column wrap;
|
||||
}
|
||||
|
||||
.svgicon {
|
||||
height: 1em;
|
||||
width: auto;
|
||||
padding: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user