add character counter to themes other then frio

Only vier needed some styling so that the counter looked fitting.

closes #2525
This commit is contained in:
Tobias Diekershoff
2021-10-03 14:55:21 +02:00
parent 3d97149007
commit f0763c4eaf
3 changed files with 21 additions and 5 deletions

View File

@@ -1778,8 +1778,14 @@ section.minimal {
padding: 0.3em;
margin-bottom: 10px;
}
#profile-jot-form #jot-title, #profile-jot-form #jot-category {
#post-length {
width: 20px;
float: left;
margin-left: 15px;
margin-top: 3px;
color: #9c9c9c;
}
profile-jot-form #jot-title, #profile-jot-form #jot-category {
border-radius: 5px 5px 5px 5px;
font-weight: bold;
height: 20px;