forked from mirrors/akkoma-fe
Compare commits
10 commits
5b8e70b39e
...
9e2b9f28e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e2b9f28e6 | |||
| c0db55a6c0 | |||
| 267dfa2cca | |||
| e246a70870 | |||
| 8d88ec11a1 | |||
| 1b96231dfd | |||
|
|
26dd21837c | ||
|
|
bbd6bba187 | ||
|
|
05ca510b4b | ||
|
|
ac6c0095c5 |
11 changed files with 22 additions and 15 deletions
|
|
@ -172,6 +172,10 @@ 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 {
|
||||
|
|
|
|||
|
|
@ -611,6 +611,11 @@
|
|||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
&.-has-subject {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
&.scrollable-form {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -165,10 +165,7 @@
|
|||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting
|
||||
path="compactUserInfo"
|
||||
:disabled="this.$store.state.interface.layoutType === 'mobile'"
|
||||
>
|
||||
<BooleanSetting path="compactUserInfo">
|
||||
{{ $t('settings.compact_user_info') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -322,6 +322,7 @@
|
|||
|
||||
> * {
|
||||
min-width: fit-content;
|
||||
max-width: 3em;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -460,12 +460,6 @@
|
|||
:status="status"
|
||||
@toggle="toggleReplying"
|
||||
/>
|
||||
<quote-button
|
||||
:visibility="status.visibility"
|
||||
:quoting="quoting"
|
||||
:status="status"
|
||||
@toggle="toggleQuoting"
|
||||
/>
|
||||
<retweet-button
|
||||
:visibility="status.visibility"
|
||||
:logged-in="loggedIn"
|
||||
|
|
@ -479,6 +473,12 @@
|
|||
v-if="loggedIn"
|
||||
:status="status"
|
||||
/>
|
||||
<quote-button
|
||||
:visibility="status.visibility"
|
||||
:quoting="quoting"
|
||||
:status="status"
|
||||
@toggle="toggleQuoting"
|
||||
/>
|
||||
<extra-buttons
|
||||
:status="status"
|
||||
@on-error="showError"
|
||||
|
|
|
|||
|
|
@ -497,7 +497,7 @@
|
|||
"checkboxRadius": "Auswahlfelder",
|
||||
"collapse_subject": "Beiträge mit Inhaltswarnungen einklappen",
|
||||
"columns": "Spalten",
|
||||
"compact_user_info": "Kompakte Benutzerinfos",
|
||||
"compact_user_info": "Kompakte Benutzerinfos wenn genug Platz",
|
||||
"composing": "Verfassen",
|
||||
"confirm_dialogs": "Bestätigung erforderlich für:",
|
||||
"confirm_dialogs_approve_follow": "Annehmen einer Followanfrage",
|
||||
|
|
|
|||
|
|
@ -503,7 +503,7 @@
|
|||
"checkboxRadius": "Checkboxes",
|
||||
"collapse_subject": "Collapse posts with content warnings",
|
||||
"columns": "Columns",
|
||||
"compact_user_info": "Compact user info",
|
||||
"compact_user_info": "Compact user info when enough space",
|
||||
"composing": "Composing",
|
||||
"confirm_dialogs": "Require confirmation for:",
|
||||
"confirm_dialogs_approve_follow": "Accepting a follow request",
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 628 KiB |
BIN
static/background.jpg
Normal file
BIN
static/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 718 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"alwaysShowSubjectInput": true,
|
||||
"background": "/static/aurora_borealis.jpg",
|
||||
"collapseMessageWithSubject": false,
|
||||
"background": "/static/background.jpg",
|
||||
"collapseMessageWithSubject": true,
|
||||
"greentext": false,
|
||||
"hideFilteredStatuses": false,
|
||||
"hideMutedPosts": false,
|
||||
|
|
@ -22,5 +22,5 @@
|
|||
"sidebarRight": false,
|
||||
"subjectLineBehavior": "email",
|
||||
"theme": "ihatebeingalive",
|
||||
"webPushNotifications": false
|
||||
"webPushNotifications": true
|
||||
}
|
||||
|
|
|
|||
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue