minor ui fix

This commit is contained in:
sairaj mote 2023-04-18 15:26:22 +05:30
parent 851c3453ec
commit fe360847e0
3 changed files with 5 additions and 3 deletions

View File

@ -891,7 +891,7 @@ h3 {
border-radius: 0.3rem;
font-size: 0.9rem;
}
.token-balance span:first-of-type {
.token-balance span:first-of-type::first-letter {
text-transform: capitalize;
}
.token-balance input {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -847,7 +847,9 @@ h3 {
border-radius: 0.3rem;
font-size: 0.9rem;
span:first-of-type {
text-transform: capitalize;
&::first-letter {
text-transform: capitalize;
}
}
input {
height: 1rem;