mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 21:19:07 +01:00
Update visibility descriptions
This commit is contained in:
parent
828c3890c9
commit
6d0de04cfd
@ -1628,11 +1628,11 @@ _poll:
|
|||||||
remainingSeconds: "{s} second(s) remaining"
|
remainingSeconds: "{s} second(s) remaining"
|
||||||
_visibility:
|
_visibility:
|
||||||
public: "Public"
|
public: "Public"
|
||||||
publicDescription: "Your post will be visible for all users"
|
publicDescription: "Your post will be visible in all public timelines"
|
||||||
home: "Unlisted"
|
home: "Unlisted"
|
||||||
homeDescription: "Post to home timeline only"
|
homeDescription: "Post to home timeline only"
|
||||||
followers: "Followers"
|
followers: "Followers"
|
||||||
followersDescription: "Make visible to your followers only"
|
followersDescription: "Make visible to your followers and mentioned users only"
|
||||||
specified: "Direct"
|
specified: "Direct"
|
||||||
specifiedDescription: "Make visible for specified users only"
|
specifiedDescription: "Make visible for specified users only"
|
||||||
localOnly: "Local only"
|
localOnly: "Local only"
|
||||||
|
@ -215,7 +215,6 @@ function choose(visibility: (typeof misskey.noteVisibilities)[number]): void {
|
|||||||
|
|
||||||
.body {
|
.body {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
@ -226,7 +225,9 @@ function choose(visibility: (typeof misskey.noteVisibilities)[number]): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.itemDescription {
|
.itemDescription {
|
||||||
opacity: 0.6;
|
opacity: .6;
|
||||||
|
display: block;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle {
|
.toggle {
|
||||||
|
Loading…
Reference in New Issue
Block a user