FIX: Size of emoji in poll options (#13294)
Fixes a regression in 33cb1b
This commit is contained in:
parent
ee6ff9f1d7
commit
9ebc9541b9
|
@ -31,8 +31,8 @@ div.poll {
|
||||||
height: auto;
|
height: auto;
|
||||||
// Hacky way to stop images without width/height
|
// Hacky way to stop images without width/height
|
||||||
// from causing abrupt unintended scrolling
|
// from causing abrupt unintended scrolling
|
||||||
&:not([width]),
|
&:not([width]):not(.emoji),
|
||||||
&:not([height]) {
|
&:not([height]):not(.emoji) {
|
||||||
width: 200px !important;
|
width: 200px !important;
|
||||||
height: 200px !important;
|
height: 200px !important;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
Loading…
Reference in New Issue