]> git.cworth.org Git - lmno.games/commitdiff
Change height of the "Letter Rip" button to match the height of tiles
authorCarl Worth <cworth@cworth.org>
Fri, 6 Mar 2026 13:36:14 +0000 (08:36 -0500)
committerCarl Worth <cworth@cworth.org>
Fri, 6 Mar 2026 16:29:48 +0000 (11:29 -0500)
Prior to this change, the appearance of this button was causing the
rack to grow vertically, which was distracting.

letterrip/letterrip.css

index 2c4a6fecc0f3c38bf8139f2b611201d434d57916..36e7dd6d01432ff36b37bfe5960dbfef1c475736 100644 (file)
@@ -66,7 +66,8 @@
 /* "Letter Rip" button appears inside the rack when all tiles are
    placed and all words are valid. */
 .letter-rip-btn {
-  padding: 0.5em 1.5em;
+  height: 44px;
+  padding: 0 1.5em;
   background: #27ae60;
   border: 2px solid #27ae60;
   border-radius: 6px;