UX: Use standard font size for buttons at the end of /top page (#14326)

This commit is contained in:
Penar Musaraj 2021-09-13 14:18:41 -04:00 committed by GitHub
parent 6584982531
commit 97c0659fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,9 +364,10 @@
} }
.top-title-buttons { .top-title-buttons {
display: inline-flex; display: flex;
margin: 0.25em 0; margin: 0.5em 0;
flex-wrap: wrap; flex-wrap: wrap;
font-size: var(--font-0-rem);
button { button {
margin-right: 0.5em; margin-right: 0.5em;