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
1 changed files with 3 additions and 2 deletions

View File

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