View Single Post
Unread 14 Jan 2020, 15:03   #11
Cowkimon
Registered User
 
Join Date: Oct 2017
Posts: 33
Cowkimon has a spectacular aura aboutCowkimon has a spectacular aura aboutCowkimon has a spectacular aura about
Re: New Planetarion Skin (sort of)

Thanks for the update. I still found the galaxy numbers were not displayed. I am using Stylus for Firefox.

Eventually found the bit

input, .input, textarea, select, .checkbox {
font-family: "Ubuntu", "Lato", "Open Sans", sans-serif;
background-color: var(--col-background);
border: 1px solid var(--col-accent-light);
color: var(--col-text-main);
font-size: 1rem;
height: 1.5rem;
}

setting [height: 3rem;] seemed to fix the problem for me. This affects all input fields though and changes height of a bunch of other things that worked, so probably isn't the correct place to tweak.

Last edited by Cowkimon; 14 Jan 2020 at 15:15.
Cowkimon is offline   Reply With Quote