Larger emoji on smaller screens

main
Bob Mottram 2022-04-19 11:08:29 +01:00
parent 426404c4b2
commit c2594f6689
1 changed files with 4 additions and 4 deletions

View File

@ -274,8 +274,8 @@ input[type=text] {
user-select: all;
}
.hashtagswarm img {
width: 5%;
min-width: 5%;
width: 10%;
min-width: 10%;
}
.followText {
font-size: var(--follow-text-size2);
@ -331,8 +331,8 @@ input[type=text] {
user-select: all;
}
.hashtagswarm img {
width: 5%;
min-width: 5%;
width: 10%;
min-width: 10%;
}
.followText {
font-size: var(--font-size2);