give posts and codeblocks padding
This commit is contained in:
parent
f79ea6f8e1
commit
30a09f4c6f
@ -63,6 +63,7 @@ button {
|
||||
}
|
||||
|
||||
.post,.self,.status {
|
||||
padding: 1%;
|
||||
color: var(--text-color);
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
@ -78,6 +79,7 @@ button {
|
||||
overflow-wrap: break-word;
|
||||
overflow: hidden;
|
||||
background-color: var(--bg-color);
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
#post-text, button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user