Compare commits

..

No commits in common. "9e2b9f28e66212c99a38767a5b893595390e3187" and "5b8e70b39ed94184edfd150aa67187f5e8589ddd" have entirely different histories.

11 changed files with 15 additions and 22 deletions

View file

@ -172,10 +172,6 @@ nav {
background-color: rgba(0, 0, 0, 0.15);
background-color: var(--underlay, rgba(0, 0, 0, 0.15));
z-index: -1000;
.-wide-timeline & {
margin:0 calc(var(--columnGap) / -2);
}
}
.app-layout {

View file

@ -611,11 +611,6 @@
border-top-right-radius: 0;
}
&.-has-subject {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
&.scrollable-form {
overflow-y: auto;
}

View file

@ -165,7 +165,10 @@
</BooleanSetting>
</li>
<li>
<BooleanSetting path="compactUserInfo">
<BooleanSetting
path="compactUserInfo"
:disabled="this.$store.state.interface.layoutType === 'mobile'"
>
{{ $t('settings.compact_user_info') }}
</BooleanSetting>
</li>

View file

@ -322,7 +322,6 @@
> * {
min-width: fit-content;
max-width: 3em;
flex: 1;
}
}

View file

@ -460,6 +460,12 @@
:status="status"
@toggle="toggleReplying"
/>
<quote-button
:visibility="status.visibility"
:quoting="quoting"
:status="status"
@toggle="toggleQuoting"
/>
<retweet-button
:visibility="status.visibility"
:logged-in="loggedIn"
@ -473,12 +479,6 @@
v-if="loggedIn"
:status="status"
/>
<quote-button
:visibility="status.visibility"
:quoting="quoting"
:status="status"
@toggle="toggleQuoting"
/>
<extra-buttons
:status="status"
@on-error="showError"

View file

@ -497,7 +497,7 @@
"checkboxRadius": "Auswahlfelder",
"collapse_subject": "Beiträge mit Inhaltswarnungen einklappen",
"columns": "Spalten",
"compact_user_info": "Kompakte Benutzerinfos wenn genug Platz",
"compact_user_info": "Kompakte Benutzerinfos",
"composing": "Verfassen",
"confirm_dialogs": "Bestätigung erforderlich für:",
"confirm_dialogs_approve_follow": "Annehmen einer Followanfrage",

View file

@ -503,7 +503,7 @@
"checkboxRadius": "Checkboxes",
"collapse_subject": "Collapse posts with content warnings",
"columns": "Columns",
"compact_user_info": "Compact user info when enough space",
"compact_user_info": "Compact user info",
"composing": "Composing",
"confirm_dialogs": "Require confirmation for:",
"confirm_dialogs_approve_follow": "Accepting a follow request",

BIN
static/aurora_borealis.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

View file

@ -1,7 +1,7 @@
{
"alwaysShowSubjectInput": true,
"background": "/static/background.jpg",
"collapseMessageWithSubject": true,
"background": "/static/aurora_borealis.jpg",
"collapseMessageWithSubject": false,
"greentext": false,
"hideFilteredStatuses": false,
"hideMutedPosts": false,
@ -22,5 +22,5 @@
"sidebarRight": false,
"subjectLineBehavior": "email",
"theme": "ihatebeingalive",
"webPushNotifications": true
"webPushNotifications": false
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB