mirror of https://gitlab.com/bashrc2/epicyon
Larger emoji on smaller screens
parent
426404c4b2
commit
c2594f6689
|
@ -274,8 +274,8 @@ input[type=text] {
|
||||||
user-select: all;
|
user-select: all;
|
||||||
}
|
}
|
||||||
.hashtagswarm img {
|
.hashtagswarm img {
|
||||||
width: 5%;
|
width: 10%;
|
||||||
min-width: 5%;
|
min-width: 10%;
|
||||||
}
|
}
|
||||||
.followText {
|
.followText {
|
||||||
font-size: var(--follow-text-size2);
|
font-size: var(--follow-text-size2);
|
||||||
|
@ -331,8 +331,8 @@ input[type=text] {
|
||||||
user-select: all;
|
user-select: all;
|
||||||
}
|
}
|
||||||
.hashtagswarm img {
|
.hashtagswarm img {
|
||||||
width: 5%;
|
width: 10%;
|
||||||
min-width: 5%;
|
min-width: 10%;
|
||||||
}
|
}
|
||||||
.followText {
|
.followText {
|
||||||
font-size: var(--font-size2);
|
font-size: var(--font-size2);
|
||||||
|
|
Loading…
Reference in New Issue