Maximum petname entry width

merge-requests/30/head
Bob Mottram 2020-11-16 14:54:25 +00:00
parent 8b8e475767
commit ccdb1131d2
1 changed files with 4 additions and 2 deletions

View File

@ -140,6 +140,7 @@ a:focus {
input[type=text] {
width: var(--follow-text-entry-width);
clear: both;
max-width: 30%;
min-width: var(--petname-width-chars);
font-size: 24px;
text-align: center;
@ -218,6 +219,7 @@ a:focus {
clear: both;
font-size: 40px;
text-align: center;
max-width: 50%;
min-width: var(--petname-width-chars);
color: var(--text-entry-foreground);
background-color: var(--text-entry-background);