UX: Use standard font size for buttons at the end of /top page (#14326)
This commit is contained in:
parent
6584982531
commit
97c0659fcc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue