mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Use base64 for encoding & Upgrade Media Handling
This commit is contained in:
parent
9a6430656d
commit
9d78266494
7 changed files with 90 additions and 76 deletions
|
@ -207,16 +207,21 @@ span {
|
|||
margin: 5px;
|
||||
}
|
||||
|
||||
.post_right > a {
|
||||
color: aqua;
|
||||
}
|
||||
|
||||
|
||||
.post_right > p {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.post_image {
|
||||
.post_media {
|
||||
max-width: 500px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.post_image[src=""] {
|
||||
.post_media[src=""] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -230,7 +235,7 @@ span {
|
|||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.post_body a {
|
||||
.post_body > a {
|
||||
text-decoration: underline;
|
||||
color: aqua;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue