From 683de5193680d4c8d9df2b273daa17b4c4f847d7 Mon Sep 17 00:00:00 2001
From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>
Date: Fri, 20 Aug 2021 14:51:43 -0300
Subject: fix a couple problems
---
static/anews.html | 24 +++++++++---------------
static/css/themes/default.css | 6 +++++-
static/css/themes/gruvbox.css | 7 ++++++-
static/index.html | 2 --
static/js/posts.js | 1 +
static/main.html | 4 +++-
static/news.html | 8 +++++---
static/top.html | 14 +++++++-------
8 files changed, 36 insertions(+), 30 deletions(-)
(limited to 'static')
diff --git a/static/anews.html b/static/anews.html
index 5ebe1cc..355f310 100644
--- a/static/anews.html
+++ b/static/anews.html
@@ -1,6 +1,6 @@
{{ define "header" }}
{{ .Title }}
-
+
@@ -21,23 +21,17 @@
{{ .Title }}
-
-
-
+
{{ range $i, $e := .NewsItems }}
-
-
-
- |
-
+
{{ end }}
-
-
+
{{ end }}
{{ define "bottom" }}{{ end }}
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;
+}
diff --git a/static/index.html b/static/index.html
index 8f1d53b..b5fb93c 100644
--- a/static/index.html
+++ b/static/index.html
@@ -54,10 +54,8 @@
{{$e.Content}}
-
{{ end }}
-
{{ end }}
diff --git a/static/js/posts.js b/static/js/posts.js
index 30f4893..39808dd 100644
--- a/static/js/posts.js
+++ b/static/js/posts.js
@@ -2,6 +2,7 @@ function startNewPost(){
var el = document.getElementById("newpostbtn");
el.style="display:none;";
el.setAttribute("state", "1");
+ document.getElementById("stopTablePost").style="";
document.getElementById("newpost").style = "";
sessionStorage.setItem("newpostState", true);
}
diff --git a/static/main.html b/static/main.html
index 794a602..2b708e9 100644
--- a/static/main.html
+++ b/static/main.html
@@ -10,7 +10,7 @@
{{ range .Themes }}
-
+
{{ end }}
{{ template "header" . }}
@@ -41,9 +41,11 @@
{{ template "bottom" . }}
+
Theme: