votebutton-fixed, and <pre> fixed

This commit is contained in:
cutls 2020-06-13 01:33:30 +09:00
parent ad7b3cf485
commit 8386cd675c
2 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,7 @@ pre {
border-top-left-radius: 0.75rem; border-top-left-radius: 0.75rem;
border-bottom-right-radius: 0.75rem; border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem; border-bottom-left-radius: 0.75rem;
white-space: normal;
} }
blockquote, blockquote,
.quote p { .quote p {

View File

@ -714,7 +714,7 @@ p:not(:last-child) {
background-color: var(--beforehover); background-color: var(--beforehover);
cursor: pointer; cursor: pointer;
width: 3.8rem; width: 3.8rem;
padding: 1.5rem; height: 1.7rem;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
margin-top: 0.38rem; margin-top: 0.38rem;