Added content filter for max len and URLs
This commit is contained in:
+6
-2
@@ -51,7 +51,8 @@ hr {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 10pt; }
|
||||
#contentnotice h1, #contentnotice h3 {
|
||||
#contentnotice h1,
|
||||
#contentnotice h3 {
|
||||
margin: 6pt; }
|
||||
#contentnotice div {
|
||||
width: 100%;
|
||||
@@ -64,7 +65,10 @@ hr {
|
||||
|
||||
.entry .content {
|
||||
margin: 10pt;
|
||||
font-size: 14pt; }
|
||||
font-size: 14pt;
|
||||
word-wrap: break-word;
|
||||
max-height: 500px;
|
||||
overflow: hidden; }
|
||||
|
||||
.entry img {
|
||||
max-width: 100%; }
|
||||
|
||||
@@ -66,7 +66,8 @@ hr {
|
||||
align-items: center;
|
||||
gap: 10pt;
|
||||
|
||||
h1, h3 {
|
||||
h1,
|
||||
h3 {
|
||||
margin: 6pt;
|
||||
}
|
||||
|
||||
@@ -86,6 +87,10 @@ hr {
|
||||
.content {
|
||||
margin: 10pt;
|
||||
font-size: 14pt;
|
||||
word-wrap: break-word;
|
||||
|
||||
max-height: 500px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user