Fix ScreenToggle button styling so text is centered (#6394)

pull/6414/head
Rui Sousa 4 years ago committed by GitHub
parent c5f588ee50
commit 9051ee011e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,9 +20,9 @@
margin: 0 .15em; margin: 0 .15em;
width: 4em; width: 4em;
height: 1em; height: 1em;
padding: .2em .4em .3em; padding: .3em .4em;
border-radius: var(--border-r); border-radius: var(--border-r);
line-height: normal; line-height: 1em;
box-sizing: content-box; box-sizing: content-box;
color: #888; color: #888;
border: 1px solid var(--back-light); border: 1px solid var(--back-light);

Loading…
Cancel
Save