]> git.sesse.net Git - ultimatescore/commitdiff
Make the scorebug slightly less dominant (20% smaller).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Oct 2018 19:11:30 +0000 (21:11 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Oct 2018 19:11:30 +0000 (21:11 +0200)
score.css

index 759e07ec15cde5e70571c4a45e9e141ded743027..db72488207cbae47882270d2ee0667a2ca6cffae 100644 (file)
--- a/score.css
+++ b/score.css
@@ -22,6 +22,11 @@ body {
   --main-padding-top-large-adjust: 0px;
 }
 
+#entire-bug {
+  transform: scale(0.8);
+  transform-origin: top left;
+}
+
 /* Score */
 .scorebug {
   position: fixed;