optimize reactive laypit
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<svg
|
||||
height="1024"
|
||||
id="svg8"
|
||||
viewBox="0 0 270.93333 270.93334"
|
||||
width="1024"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<g id="layer1">
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,4 @@
|
||||
svg {
|
||||
width: 100vh;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
font-size: 3em;
|
||||
font-size: 13vh;
|
||||
box-sizing: border-box;
|
||||
text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
.list-item {
|
||||
padding: 5px 20px;
|
||||
display: grid;
|
||||
grid-template-columns: 100px 200px auto;
|
||||
grid-template-columns: 100px 150px auto;
|
||||
min-height: 21px;
|
||||
|
||||
& > div {
|
||||
|
||||
Reference in New Issue
Block a user