aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-08-20 14:51:43 -0300
committerKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-08-20 14:51:43 -0300
commit683de5193680d4c8d9df2b273daa17b4c4f847d7 (patch)
treefb0557005634fa40d182d11cd7a4aec6f38d1346 /static/css
parenta497499817cbf72b295253e1a2bb1011d121ba28 (diff)
fix a couple problems
Diffstat (limited to 'static/css')
-rw-r--r--static/css/themes/default.css6
-rw-r--r--static/css/themes/gruvbox.css7
2 files changed, 11 insertions, 2 deletions
diff --git a/static/css/themes/default.css b/static/css/themes/default.css
index 24e85e6..ac332f1 100644
--- a/static/css/themes/default.css
+++ b/static/css/themes/default.css
@@ -151,7 +151,6 @@ a.reply {
.newsbox-news {
text-align: left;
- margin-left: 25px;
margin-top: 25px;
padding: 25px;
}
@@ -160,3 +159,8 @@ a.reply {
.newsbox-news h3 {
margin: 0;
}
+
+#stopTablePost {
+ float: right;
+ display: none;
+}
diff --git a/static/css/themes/gruvbox.css b/static/css/themes/gruvbox.css
index fb40267..681991c 100644
--- a/static/css/themes/gruvbox.css
+++ b/static/css/themes/gruvbox.css
@@ -107,6 +107,7 @@ input[type="text"] {
width: min-content;
z-index: 9;
display: block;
+ min-width: 300px;
}
/* TODO: rename */
@@ -129,7 +130,6 @@ input[type="text"] {
.newsbox-news {
text-align: left;
background-color: #504945;
- margin-left: 25px;
margin-top: 25px;
padding: 25px;
}
@@ -138,3 +138,8 @@ input[type="text"] {
.newsbox-news h3 {
margin: 0;
}
+
+#stopTablePost {
+ float: right;
+ display: none;
+}