Compare commits

...

3 commits

4 changed files with 15 additions and 6 deletions

View file

@ -36,6 +36,7 @@
.FavoriteButton {
display: flex;
margin-right: 5px;
> :first-child {
padding: 10px;

View file

@ -24,6 +24,7 @@
.QuoteButton {
display: flex;
margin-left: -5px;
> :first-child {
padding: 10px;

View file

@ -6,8 +6,12 @@
.emoji {
--_still_image-label-scale: 0.5;
--emoji-size: 50px;
--emoji-size: 50px;
--emoji-size: 38px;
}
.emoji:hover {
transform: scale(1.4);
transition: 0.05s;
}
._mfm_x2_ {
@ -153,16 +157,19 @@
--emoji-size: 16px;
& .body,
& .body:not(:active),
& .attachments {
max-height: 3.25em;
}
.body {
overflow: hidden;
white-space: normal;
min-width: 5em;
flex: 5 1 auto;
}
.body:not(:active) {
overflow: hidden;
mask-size: auto 3.5em, auto auto;
mask-position: 0 0, 0 0;
mask-repeat: repeat-x, repeat;

View file

@ -236,8 +236,8 @@
"text/bbcode": "BBCode",
"text/x.misskeymarkdown": "MFM"
},
"content_warning": "Subject (optional)",
"default": "Just arrived at Luna Nova Academy",
"content_warning": "Content Warning / Subject (optional)",
"default": "Just landed on Neptune",
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
"posting": "Posting",