Liu Song’s Projects


~/Projects/uptime

git clone https://code.lsong.org/uptime

Commit

Commit
24664cde2c204f5809c193643837b097cdce81af
Author
Jasper Miller-Waugh <[email protected]>
Date
2021-10-28 15:22:35 +1300 +1300
Diffstat
 src/assets/app.scss | 6 +++---

Smarter CSS to fix Mobile alignment


diff --git a/src/assets/app.scss b/src/assets/app.scss
index ae1ff687c64bef1ea9b7fc2737542afe0edec663..db01e12d2d068b028e926f29f12604d8d56d2ce0 100644
--- a/src/assets/app.scss
+++ b/src/assets/app.scss
@@ -346,10 +346,10 @@
         &.active {
             background-color: #cdf8f4;
         }
-        // Removes margin to line up tags list with uptime percentage
+        .tags {
-    border-radius: 20px;
 @import "multiselect.scss";
+        box-shadow: 0 15px 70px rgb(0 0 0);
-            margin-left: 0 !important;
+            margin-left: -0.25rem;
         }
     }
 }