count in profile page

This commit is contained in:
Alejandro Gomez
2023-02-10 12:12:11 +01:00
committed by Kieran
parent fbd31526b7
commit 73957e6510
22 changed files with 205 additions and 219 deletions

View File

@ -115,12 +115,12 @@
border-bottom-right-radius: 16px;
}
.light .note > .footer .ctx-menu li:hover {
.note > .footer .ctx-menu li:hover {
color: white;
background: #2a2a2a;
}
.note > .footer .ctx-menu li:hover {
.light .note > .footer .ctx-menu li:hover {
color: white;
background: var(--font-secondary-color);
}
@ -151,6 +151,7 @@
.reaction-pill .reaction-pill-number {
margin-left: 8px;
font-feature-settings: "tnum";
}
.reaction-pill.reacted {