1
0
Fork 0
forked from gitea/nas

Merge branch 'kb_development' into kb_migration

This commit is contained in:
KMY 2023-03-04 16:20:34 +09:00
commit 3e1b4108ed
6 changed files with 84 additions and 5 deletions

View file

@ -1269,7 +1269,7 @@ body > [data-popper-placement] {
margin: 8px 0 2px 4px;
.emoji-reactions-bar__button {
background: lighten($ui-base-color, 16%);
background: lighten($ui-base-color, 12%);
border: 0;
cursor: pointer;
display: flex;

View file

@ -1,3 +1,4 @@
.account__header__bio,
.status__content__text,
.e-content,
.reply-indicator__content {
@ -12,6 +13,32 @@
}
}
code, pre {
border: 1px solid $ui-primary-color;
font-family: monospace;
}
code {
margin: 0 4px;
}
pre {
padding: 4px 8px;
span.ellipsis::after {
content: "";
}
span.invisible {
display: inline;
font-size: inherit;
line-height: inherit;
width: inherit;
height: inherit;
position: static;
}
}
blockquote {
padding-left: 10px;
border-left: 3px solid $darker-text-color;