mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 21:26:01 -05:00
Fix squished event logos on calendar page
This commit is contained in:
@@ -422,7 +422,7 @@ function EventsList({
|
||||
})}
|
||||
alt=""
|
||||
size={40}
|
||||
className="rounded-full"
|
||||
className="calendar__event-logo"
|
||||
/>
|
||||
) : null}
|
||||
<div>
|
||||
|
||||
@@ -188,3 +188,8 @@
|
||||
padding-block-end: var(--s-2);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar__event-logo {
|
||||
border-radius: 100%;
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user