forked from mirrors/akkoma-fe
Compare commits
No commits in common. "9e2b9f28e66212c99a38767a5b893595390e3187" and "5b8e70b39ed94184edfd150aa67187f5e8589ddd" have entirely different histories.
9e2b9f28e6
...
5b8e70b39e
11 changed files with 15 additions and 22 deletions
|
|
@ -172,10 +172,6 @@ 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 {
|
||||||
|
|
|
||||||
|
|
@ -611,11 +611,6 @@
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,10 @@
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<BooleanSetting path="compactUserInfo">
|
<BooleanSetting
|
||||||
|
path="compactUserInfo"
|
||||||
|
:disabled="this.$store.state.interface.layoutType === 'mobile'"
|
||||||
|
>
|
||||||
{{ $t('settings.compact_user_info') }}
|
{{ $t('settings.compact_user_info') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -322,7 +322,6 @@
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
max-width: 3em;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -460,6 +460,12 @@
|
||||||
: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"
|
||||||
|
|
@ -473,12 +479,6 @@
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -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 wenn genug Platz",
|
"compact_user_info": "Kompakte Benutzerinfos",
|
||||||
"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",
|
||||||
|
|
|
||||||
|
|
@ -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 when enough space",
|
"compact_user_info": "Compact user info",
|
||||||
"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",
|
||||||
|
|
|
||||||
BIN
static/aurora_borealis.jpg
Normal file
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 |
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"alwaysShowSubjectInput": true,
|
"alwaysShowSubjectInput": true,
|
||||||
"background": "/static/background.jpg",
|
"background": "/static/aurora_borealis.jpg",
|
||||||
"collapseMessageWithSubject": true,
|
"collapseMessageWithSubject": false,
|
||||||
"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": true
|
"webPushNotifications": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue