show: bad layout for auto-play button on phones

Massimo Melina committed May 15, 2025 at 16:16 UTC d391ffce56e9d4582654430d2d7d3439c8037ee4
1 file changed +1 -1
frontend/src/index.scss
+1 -1
@@ -121,7 +121,7 @@ button {
121 color: var(--button-text);
122 padding: .4em .6em;
123 display: inline-flex; align-items: center; justify-content: center; // get closer results between chrome and safari
124 - &.small { padding: 0 0.4em; height: 30px; }
124 + &.small { padding: .1em .4em; min-height: 30px; }
125 .icon { margin: -.2em 0; }
126 .font-icon { vertical-align: middle; }
127 border: transparent;