mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Fix InfoPopover size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user