forked from AkkomaGang/akkoma-fe
Compare commits
3 commits
7eed382ea9
...
1964193000
Author | SHA1 | Date | |
---|---|---|---|
1964193000 | |||
64f8d854c8 | |||
18f817d73d |
4 changed files with 15 additions and 6 deletions
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
.FavoriteButton {
|
.FavoriteButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-right: 5px;
|
||||||
|
|
||||||
> :first-child {
|
> :first-child {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
.QuoteButton {
|
.QuoteButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-left: -5px;
|
||||||
|
|
||||||
> :first-child {
|
> :first-child {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -6,8 +6,12 @@
|
||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
--_still_image-label-scale: 0.5;
|
--_still_image-label-scale: 0.5;
|
||||||
--emoji-size: 50px;
|
--emoji-size: 38px;
|
||||||
--emoji-size: 50px;
|
}
|
||||||
|
|
||||||
|
.emoji:hover {
|
||||||
|
transform: scale(1.4);
|
||||||
|
transition: 0.05s;
|
||||||
}
|
}
|
||||||
|
|
||||||
._mfm_x2_ {
|
._mfm_x2_ {
|
||||||
|
@ -153,16 +157,19 @@
|
||||||
|
|
||||||
--emoji-size: 16px;
|
--emoji-size: 16px;
|
||||||
|
|
||||||
& .body,
|
& .body:not(:active),
|
||||||
& .attachments {
|
& .attachments {
|
||||||
max-height: 3.25em;
|
max-height: 3.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
overflow: hidden;
|
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
flex: 5 1 auto;
|
flex: 5 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.body:not(:active) {
|
||||||
|
overflow: hidden;
|
||||||
mask-size: auto 3.5em, auto auto;
|
mask-size: auto 3.5em, auto auto;
|
||||||
mask-position: 0 0, 0 0;
|
mask-position: 0 0, 0 0;
|
||||||
mask-repeat: repeat-x, repeat;
|
mask-repeat: repeat-x, repeat;
|
||||||
|
|
|
@ -236,8 +236,8 @@
|
||||||
"text/bbcode": "BBCode",
|
"text/bbcode": "BBCode",
|
||||||
"text/x.misskeymarkdown": "MFM"
|
"text/x.misskeymarkdown": "MFM"
|
||||||
},
|
},
|
||||||
"content_warning": "Subject (optional)",
|
"content_warning": "Content Warning / Subject (optional)",
|
||||||
"default": "Just arrived at Luna Nova Academy",
|
"default": "Just landed on Neptune",
|
||||||
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
|
"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.",
|
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
|
||||||
"posting": "Posting",
|
"posting": "Posting",
|
||||||
|
|
Loading…
Reference in a new issue