]> cat aescling's git repositories - mastodon.git/commitdiff
fix poll fotter layout
authorKirishima21 <mastodon@mail.kirishima.cloud>
Mon, 11 Mar 2019 06:57:00 +0000 (15:57 +0900)
committerThibG <thib@sitedethib.com>
Mon, 11 Mar 2019 11:09:30 +0000 (12:09 +0100)
画面の幅が充分でないときに
表示外にまでボタンが拡大されてしまわないように修正。

app/javascript/flavours/glitch/styles/polls.scss

index 4f8c94d8391f9c946b3c54a826bfea9f2ae6e178..d12e4ebae71e9a0dcd6d9f1dac7cc9521910a156 100644 (file)
 
     button,
     select {
+      width: 100%;
       flex: 1 1 50%;
     }
   }