Merge branch 'main' into glitch-soc/merge-upstream

main
Claire 2023-01-12 17:47:42 +01:00
commit cef87ba86c
4 changed files with 5 additions and 5 deletions

View File

@ -307,7 +307,7 @@ class LanguageDropdown extends React.PureComponent {
<Overlay show={open} placement={'bottom'} flip target={this.findTarget} popperConfig={{ strategy: 'fixed', onFirstUpdate: this.handleOverlayEnter }}> <Overlay show={open} placement={'bottom'} flip target={this.findTarget} popperConfig={{ strategy: 'fixed', onFirstUpdate: this.handleOverlayEnter }}>
{({ props, placement }) => ( {({ props, placement }) => (
<div {...props} style={{ ...props.style, width: 280 }}> <div {...props}>
<div className={`dropdown-animation language-dropdown__dropdown ${placement}`} > <div className={`dropdown-animation language-dropdown__dropdown ${placement}`} >
<LanguageDropdownMenu <LanguageDropdownMenu
value={value} value={value}

View File

@ -268,7 +268,7 @@ class PrivacyDropdown extends React.PureComponent {
<Overlay show={open} placement={'bottom'} flip target={this.findTarget} container={container} popperConfig={{ strategy: 'fixed', onFirstUpdate: this.handleOverlayEnter }}> <Overlay show={open} placement={'bottom'} flip target={this.findTarget} container={container} popperConfig={{ strategy: 'fixed', onFirstUpdate: this.handleOverlayEnter }}>
{({ props, placement }) => ( {({ props, placement }) => (
<div {...props} style={{ ...props.style, width: 350, maxWidth: '100vw' }}> <div {...props}>
<div className={`dropdown-animation privacy-dropdown__dropdown ${placement}`}> <div className={`dropdown-animation privacy-dropdown__dropdown ${placement}`}>
<PrivacyDropdownMenu <PrivacyDropdownMenu
items={this.options} items={this.options}

View File

@ -4380,7 +4380,7 @@ a.status-card.compact:hover {
.emoji-picker-dropdown__menu { .emoji-picker-dropdown__menu {
background: $simple-background-color; background: $simple-background-color;
position: absolute; position: relative;
box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4); box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4);
border-radius: 4px; border-radius: 4px;
margin-top: 5px; margin-top: 5px;

View File

@ -122,14 +122,14 @@ en:
admin/accounts: Administration of accounts admin/accounts: Administration of accounts
admin/all: All administrative functions admin/all: All administrative functions
admin/reports: Administration of reports admin/reports: Administration of reports
all: Everything all: Full access to your Mastodon account
blocks: Blocks blocks: Blocks
bookmarks: Bookmarks bookmarks: Bookmarks
conversations: Conversations conversations: Conversations
crypto: End-to-end encryption crypto: End-to-end encryption
favourites: Favourites favourites: Favourites
filters: Filters filters: Filters
follow: Relationships follow: Follows, Mutes and Blocks
follows: Follows follows: Follows
lists: Lists lists: Lists
media: Media attachments media: Media attachments