mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Sub icons and truncated subscribers in search results
This commit is contained in:
parent
60c89197e5
commit
9b5176f7b9
3 changed files with 48 additions and 14 deletions
|
@ -522,7 +522,26 @@ button.submit:hover > svg { stroke: var(--accent); }
|
|||
|
||||
.search_subreddit {
|
||||
padding: 16px 20px;
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search_subreddit_left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search_subreddit_left:not(:empty) {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.search_subreddit_left img {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.search_subreddit_right {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
a.search_subreddit:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue