Improve density on mobile.

This commit is contained in:
2023-11-14 21:33:09 -08:00
parent da15ef0f15
commit a2664473c8
3 changed files with 28 additions and 2 deletions

View File

@@ -91,6 +91,27 @@ input, .input {
input::placeholder, .input::placeholder{
color: #555;
}
.search-results .row {
border-bottom: 1px #444 solid;
padding-bottom: .5em;
padding-top: .5em;
}
.search-results .row .subject {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.search-results .row .from {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.search-results .row .tag {
height: 1.5em;
padding-left: .5em;
padding-right: .5em;
}
</style>
</head>