optimize reactive laypit
This commit is contained in:
@@ -17,6 +17,15 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "/**/!(*.*)",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Cache-Control",
|
||||||
|
"value": "no-cache"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "**/*.@(js|css)",
|
"source": "**/*.@(js|css)",
|
||||||
"headers": [
|
"headers": [
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<svg
|
<svg
|
||||||
height="1024"
|
|
||||||
id="svg8"
|
id="svg8"
|
||||||
viewBox="0 0 270.93333 270.93334"
|
viewBox="0 0 270.93333 270.93334"
|
||||||
width="1024"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<g id="layer1">
|
<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;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 3em;
|
font-size: 13vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
|
text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
.list-item {
|
.list-item {
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 100px 200px auto;
|
grid-template-columns: 100px 150px auto;
|
||||||
min-height: 21px;
|
min-height: 21px;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
|
|||||||
Reference in New Issue
Block a user