Fix gutter when popup is very narrow

This commit is contained in:
Alec Rust 2022-03-19 12:43:37 +00:00
parent d937a2ae59
commit 7c4f649016
No known key found for this signature in database
GPG key ID: EB374231DBCA5067

View file

@ -317,7 +317,7 @@
.sponsorStartHint { .sponsorStartHint {
display: block; display: block;
margin-bottom: 12px; padding: 0 10px 12px;
} }
/* /*
@ -379,7 +379,7 @@
.sbYourWorkCols > div { .sbYourWorkCols > div {
display: flex; display: flex;
align-items: center; align-items: center;
width: 50%; flex-basis: 50%;
justify-content: center; justify-content: center;
} }