Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
3e1b4108ed
6 changed files with 84 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue