diff --git a/runit.sh b/runit.sh new file mode 120000 index 0000000..fa5b862 --- /dev/null +++ b/runit.sh @@ -0,0 +1 @@ +/Users/gavin/tools/runit.sh \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 3a5228a..566ea9e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ @@ -421,6 +426,34 @@ const addTop2Animation = () => { -webkit-overflow-scrolling: touch; } +.monitor-container.is-top2 { + padding: 8px; + gap: 12px; +} + +.svg-wrapper.is-top2 { + max-width: none; + width: 100%; + height: 100%; + padding: 0; + background: transparent; + border-radius: 55px; + box-shadow: none; + overflow: hidden; +} + +.svg-wrapper.is-top2 :deep(svg) { + width: 100%; + height: 100%; + max-height: none; + filter: none; +} + +.svg-wrapper.is-top2 :deep(#shape1) { + fill: #211677; + stroke: none; +} + .svg-wrapper :deep(svg) { width: 100%; height: auto;