Restyle hashtag search results with touch devices in mind

This commit is contained in:
itepechi 2023-11-06 05:32:58 +09:00
parent ca5f98aeee
commit 3551289a86
1 changed files with 12 additions and 0 deletions

View File

@ -257,6 +257,12 @@
display: flex;
align-items: center;
& + & {
border-top: 1px solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
}
.hashtag {
flex: 1 1 auto;
color: $fallback--text;
@ -264,6 +270,12 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
a {
display: inline-block;
padding: .5em 1em;
}
}
.count {