phanpy/src/components/name-text.css
Lim Chee Aun fcd29d4bdc Aesthetic changes
- Icon change for "Unlisted"
- Dynamic text size for compose field depending on char count
2022-12-23 21:25:01 +08:00

18 lines
328 B
CSS

.name-text {
color: inherit;
text-decoration: none;
display: inline-block;
}
a.name-text:hover b,
a.name-text.short:hover i {
text-decoration: underline;
text-decoration-color: var(--text-insignificant-color);
}
.name-text i {
font-style: normal;
opacity: 0.75;
}
.name-text .avatar {
vertical-align: middle;
}