give posts and codeblocks padding

This commit is contained in:
Mystikfluu 2022-08-27 00:21:25 +02:00
parent f79ea6f8e1
commit 30a09f4c6f

View File

@ -63,6 +63,7 @@ button {
} }
.post,.self,.status { .post,.self,.status {
padding: 1%;
color: var(--text-color); color: var(--text-color);
width: 50%; width: 50%;
margin-left: 25%; margin-left: 25%;
@ -78,6 +79,7 @@ button {
overflow-wrap: break-word; overflow-wrap: break-word;
overflow: hidden; overflow: hidden;
background-color: var(--bg-color); background-color: var(--bg-color);
padding: 1%;
} }
#post-text, button { #post-text, button {