mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
Padding to account for firefox scrollbar
This commit is contained in:
parent
7e4bebb79a
commit
e45a99dcc4
|
|
@ -111,6 +111,7 @@
|
|||
display: flex;
|
||||
gap: var(--s-2);
|
||||
height: 100%;
|
||||
padding: var(--s-2);
|
||||
}
|
||||
|
||||
.tournamentCardsViewAllCard {
|
||||
|
|
@ -137,6 +138,7 @@
|
|||
.resultHighlights {
|
||||
display: flex;
|
||||
gap: var(--s-2);
|
||||
padding: var(--s-2);
|
||||
}
|
||||
|
||||
.resultHighlightsTitle {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user