web: rework header in thread view, tweak some styles, remove some logging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user