Compare commits
9 commits
5d22d8da49
...
aa5f347ce1
Author | SHA1 | Date | |
---|---|---|---|
aa5f347ce1 | |||
![]() |
4a50b1273d | ||
![]() |
c76dc6d79e | ||
![]() |
cb4c581cde | ||
00ab4aae3b | |||
f198cbcc39 | |||
![]() |
8231c8f0b6 | ||
![]() |
35cf3327c8 | ||
![]() |
1ae09458c6 |
7 changed files with 10 additions and 10 deletions
|
@ -18,6 +18,7 @@
|
|||
<input
|
||||
id="code"
|
||||
v-model="code"
|
||||
autocomplete="one-time-code"
|
||||
class="form-control"
|
||||
>
|
||||
</div>
|
||||
|
|
|
@ -69,7 +69,7 @@ const SettingsModal = {
|
|||
this.$store.dispatch('closeSettingsModal')
|
||||
},
|
||||
logout () {
|
||||
this.$router.replace('/main/public')
|
||||
this.$router.replace(this.$store.state.instance.redirectRootNoLogin || '/main/all')
|
||||
this.$store.dispatch('closeSettingsModal')
|
||||
this.$store.dispatch('logout')
|
||||
},
|
||||
|
|
|
@ -21,9 +21,11 @@
|
|||
</div>
|
||||
<div class="panel-body theme-preview-content">
|
||||
<div class="post">
|
||||
<div class="avatar still-image">
|
||||
<div class="Avatar post-avatar">
|
||||
<div class="still-image avatar -better-shadow">
|
||||
( ͡° ͜ʖ ͡°)
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h4>
|
||||
{{ $t('settings.style.preview.content') }}
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 5;
|
||||
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: var(--panelShadow);
|
||||
pointer-events: none;
|
||||
|
@ -60,7 +59,6 @@
|
|||
padding: 0.6em;
|
||||
height: var(--__panel-heading-height);
|
||||
line-height: var(--__panel-heading-height-inner);
|
||||
z-index: 4;
|
||||
|
||||
&.-flexible-height {
|
||||
--__panel-heading-height: auto;
|
||||
|
@ -131,8 +129,7 @@
|
|||
color: var(--panelText);
|
||||
background-color: $fallback--bg;
|
||||
background-color: var(--bg, $fallback--bg);
|
||||
// hotfix for misplaced timeline menu/filter popover layer
|
||||
z-index: 5;
|
||||
z-index: 4;
|
||||
|
||||
&::after {
|
||||
background-color: $fallback--fg;
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
"showInstanceSpecificPanel": false,
|
||||
"sidebarRight": false,
|
||||
"subjectLineBehavior": "email",
|
||||
"theme": "itepechi",
|
||||
"theme": "bnakkoma",
|
||||
"webPushNotifications": false
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ],
|
||||
"monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ],
|
||||
|
||||
"itepechi": "/static/themes/itepechi.json"
|
||||
"bnakkoma": "/static/themes/bnakkoma.json"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"_pleroma_theme_version": 2,
|
||||
"name": "Itepechi",
|
||||
"name": "BNAkkoma",
|
||||
"source": {
|
||||
"themeEngineVersion": 3,
|
||||
"fonts": {},
|
Loading…
Reference in a new issue