added css fill in for subtext, and fixed title bug for admin making posts
This commit is contained in:
@@ -96,5 +96,6 @@ func CreatePost(c *gin.Context) {
|
||||
c.HTML(http.StatusOK, "post_success.tmpl", struct {
|
||||
Url string
|
||||
Success bool
|
||||
}{Url: f.Get("url"), Success: b})
|
||||
Title string
|
||||
}{Url: f.Get("url"), Success: b, Title: " | post attempt"})
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ a:hover:after {
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
.subtext {
|
||||
.subtext, .sub-text {
|
||||
font-size: clamp(0.65em, 0.72em, 0.8em);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user