Compare commits

...

10 commits

11 changed files with 22 additions and 15 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

BIN
static/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

View file

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

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB