2 Commits

Author SHA1 Message Date
ec2f903063 fix textarea margin jiggle
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 37s
2025-08-10 01:39:12 -05:00
cd9d68c419 better mobile experience 2025-08-10 01:29:57 -05:00
3 changed files with 6 additions and 4 deletions

View File

@@ -325,7 +325,6 @@ button:focus,
select:focus,
.editor:focus {
border-color: #999999;
margin-top: 1px;
}
/* Give disabled text input elements a different background color. */
@@ -2325,11 +2324,14 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
box-shadow: none;
}
.poster:after,
.posterarea:before {
border-bottom: 1px solid var(--color-code-border);
}
.post_separator:not(:has(+ a#new)) {
display: block;
}
.whos_online dd:nth-child(even),
.whos_online dd:nth-child(odd) {
border-top-color: var(--color-code-border);

View File

@@ -271,7 +271,7 @@
}
.i-menu::before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' viewBox='0 0 32 32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E");
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777777' viewBox='0 0 32 32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E");
}
/* From Font Awesome */

View File

@@ -6611,7 +6611,7 @@ a > i {
display: none;
}
.poster:after, .posterarea:before {
.posterarea:before {
display: block;
clear: both;
padding-bottom: 3px;