favorites lol

This commit is contained in:
Flummi
2022-01-02 06:52:52 +01:00
parent e8ff4396aa
commit e72b86c981
5 changed files with 44 additions and 8 deletions

View File

@ -374,6 +374,10 @@ html[theme="iced"] {
--scroller-bg: #424242;
}
html[theme="iced"] .navbar-brand:hover {
background: #1d2941;
}
::-webkit-scrollbar {
width: 5px;
}
@ -983,6 +987,7 @@ a#elfe {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
background-color: var(--metadata-bg);
padding-bottom: 5px;
}
#themeselector {
@ -1137,6 +1142,11 @@ span#tags:empty {
opacity: 0.6;
transition: .2s ease-in-out;
}
span#favs {
grid-column: 1/3!important;
}
}
.post_source {
@ -1247,7 +1257,7 @@ span#tags > span {
margin-bottom: 2.5px;
}
span#tags > span > input {
input {
padding: 0;
margin: 0;
border: none;
@ -1491,6 +1501,14 @@ svg.iconset {
/* favorites */
span#favs {
text-align: left;
margin-left: 10px;
margin-left: 0;
grid-column: 1/4;
padding: 5px;
margin: 5px;
line-height: 0;
background: var(--badge-bg);
border: 1px solid var(--black);
}
#favs > a img {
border: 2px solid var(--accent);
}