aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index d7247e2..b1d7827 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -106,6 +106,7 @@ div.deleted-post {
flex-wrap: wrap;
display: flex;
margin-bottom: 4px;
+ box-sizing: border-box;
}
.thread-top-bar-a {
@@ -113,12 +114,13 @@ div.deleted-post {
flex-wrap: wrap;
margin-top: 5px;
margin-bottom: 5px;
+ box-sizing: border-box;
}
.thread-top-bar-b {
flex-basis: fill;
margin-left: auto;
- margin-right: -2px;
+ box-sizing: border-box;
}
.thread-top-bar-b .tag {
@@ -128,7 +130,6 @@ div.deleted-post {
.user_info {
border: 1px solid var(--border-colour);
background-color: var(--alternating-colour-even);
- width: 100%;
padding: 4px;
}
.user_bio_quote { width: max-content; max-width: 100% }
@@ -333,8 +334,10 @@ nav.pages .pageno { align-self: center; }
.new-post-box, .forum-desc-box {
height:20em;
+ min-height:20em;
resize:vertical;
width:100%;
+ box-sizing: border-box;
border:1px solid var(--border-colour);
margin-top: 5px;
}
@@ -380,6 +383,7 @@ fieldset { margin-bottom: 15px; }
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
+ box-sizing: border-box;
}
a.tag {