mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-24 19:28:15 +03:00
fcd29d4bdc
- Icon change for "Unlisted" - Dynamic text size for compose field depending on char count
18 lines
328 B
CSS
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;
|
|
}
|