mirror of
https://github.com/neocities/neocities.git
synced 2025-07-22 02:26:07 +02:00
Added user icon to usernames, with heart icon denoting supporter status
This commit is contained in:
parent
f30b77a3e0
commit
a1ba1a0974
5 changed files with 27 additions and 16 deletions
|
@ -1176,7 +1176,19 @@ a.tag:hover {
|
|||
padding-top: 0px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.dropdown-submenu .dropdown-menu {
|
||||
width: 1px;
|
||||
}
|
||||
.fa-heart {
|
||||
font-size: 0.7em;
|
||||
color: #e93250;
|
||||
vertical-align: .45em;
|
||||
margin-left: -.15em;
|
||||
}
|
||||
.fa-user {
|
||||
margin-right: 0.25em;
|
||||
display: inline;
|
||||
font-size: 10px;
|
||||
vertical-align: .1em;
|
||||
margin-left: .1em;
|
||||
}
|
|
@ -37,10 +37,6 @@
|
|||
width: 28%;
|
||||
text-align: right;
|
||||
}
|
||||
.fa-user {
|
||||
margin-right: .45em;
|
||||
display: inline;
|
||||
}
|
||||
.site-tags {
|
||||
width: 100%;
|
||||
height: 1.4em;
|
||||
|
@ -50,6 +46,9 @@
|
|||
.site-tags .fa-tag {
|
||||
vertical-align: -2px;
|
||||
}
|
||||
.fa-user {
|
||||
margin-right: .45em;
|
||||
}
|
||||
}
|
||||
.title {
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue