mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
Fix InfoPopover size
This commit is contained in:
parent
62e5c41d74
commit
1d2db6eb23
|
|
@ -5,8 +5,8 @@
|
|||
color: var(--color-text);
|
||||
font-size: var(--fonts-md);
|
||||
padding: var(--s-0-5);
|
||||
width: var(--input-height);
|
||||
height: var(--input-height);
|
||||
width: calc(var(--input-height) * 0.7);
|
||||
height: calc(var(--input-height) * 0.7);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user