web: rework header in thread view, tweak some styles, remove some logging

This commit is contained in:
2024-02-22 18:54:34 -08:00
parent c2a5fe19e3
commit 3f268415e9
3 changed files with 79 additions and 94 deletions

View File

@@ -38,11 +38,11 @@
.body {
background: white;
color: black;
margin-left: -0.5em;
margin-right: -0.5em;
margin-top: 0.5em;
padding: 1em;
width: 0;
min-width: 100%;
overflow-wrap: break-word;
}
.error {
@@ -146,11 +146,19 @@
color: #555;
}
.mobile .search-results,
.mobile .thread {
.mobile .search-results {
padding: 1em;
}
.mobile .thread h3 {
padding: 1em 1em 0;
overflow-wrap: break-word;
}
.mobile .thread .tags {
padding: 0 1em;
}
.search-results .row {
display: flex;
flex-direction: row;