aboutsummaryrefslogtreecommitdiff
path: root/static/css/themes/gruvbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/themes/gruvbox.css')
-rw-r--r--static/css/themes/gruvbox.css7
1 files changed, 6 insertions, 1 deletions
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;
+}