This commit is contained in:
NoriDev 2023-08-21 17:32:47 +09:00
parent 358662795e
commit 2497476f1d
8 changed files with 16 additions and 8 deletions

View file

@ -61,9 +61,10 @@ defineProps<{
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 9px 16px 9px 8px;
padding: 12px 16px 12px 8px;
border-radius: 9px;
font-size: 0.9em;
margin-bottom: 0.3rem;
&:hover {
text-decoration: none;

View file

@ -119,7 +119,6 @@ export const defaultStore = markRaw(new Storage('base', {
'messaging',
'favorites',
'followRequests',
'-',
'explore',
'search',
'announcements',

View file

@ -37,7 +37,7 @@
header: ':alpha<0.7<@panel',
infoBg: '#253142',
infoFg: '#fff',
renote: '#31748f',
renote: '#ffc5e6',
shadow: 'rgba(0, 0, 0, 0.3)',
divider: 'rgba(255, 255, 255, 0.1)',
hashtag: '#ebbcba',

View file

@ -37,7 +37,7 @@
header: ':alpha<0.7<@panel',
infoBg: '#253142',
infoFg: '#fff',
renote: '#229e82',
renote: '#ffc5e6',
shadow: 'rgba(0, 0, 0, 0.3)',
divider: 'rgba(255, 255, 255, 0.1)',
hashtag: '#ea9a97',

View file

@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span v-if="controlPanelIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</MkA>
<button :class="$style.item" class="_button" @click="more">
<i :class="$style.itemIcon" class="ti ti-grid-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<i :class="$style.itemIcon" class="ti ti-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<span v-if="otherMenuItemIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</button>
<MkA :class="$style.item" :activeClass="$style.active" to="/settings">
@ -235,6 +235,7 @@ function more() {
text-align: left;
box-sizing: border-box;
color: var(--navFg);
margin-bottom: 0.35rem;
&:hover {
text-decoration: none;
@ -267,6 +268,7 @@ function more() {
position: relative;
width: 32px;
margin-right: 8px;
font-size: 1.1em;
}
.itemIndicator {

View file

@ -39,7 +39,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span v-if="controlPanelIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</MkA>
<button class="_button" :class="$style.item" @click="more">
<i :class="$style.itemIcon" class="ti ti-grid-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<i :class="$style.itemIcon" class="ti ti-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<span v-if="otherMenuItemIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</button>
<MkA v-tooltip.noDelay.right="i18n.ts.settings" :class="$style.item" :activeClass="$style.active" to="/settings">
@ -292,6 +292,7 @@ function more(ev: MouseEvent) {
text-align: left;
box-sizing: border-box;
color: var(--navFg);
margin-bottom: 0.5rem;
&:hover {
text-decoration: none;
@ -326,6 +327,7 @@ function more(ev: MouseEvent) {
position: relative;
width: 32px;
margin-right: 8px;
font-size: 1.1em;
}
.itemIndicator {

View file

@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span v-if="controlPanelIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</MkA>
<button :class="$style.item" class="_button" @click="more">
<i :class="$style.itemIcon" class="ti ti-grid-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<i :class="$style.itemIcon" class="ti ti-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<span v-if="otherMenuItemIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</button>
<MkA :class="$style.item" :activeClass="$style.active" to="/settings">
@ -262,6 +262,7 @@ function openProfile() {
text-align: left;
box-sizing: border-box;
color: var(--navFg);
margin-bottom: 0.35rem;
&:hover {
text-decoration: none;
@ -294,6 +295,7 @@ function openProfile() {
position: relative;
width: 32px;
margin-right: 8px;
font-size: 1.1em;
}
.itemIndicator {

View file

@ -39,7 +39,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span v-if="controlPanelIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</MkA>
<button class="_button" :class="$style.item" @click="more">
<i :class="$style.itemIcon" class="ti ti-grid-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<i :class="$style.itemIcon" class="ti ti-dots ti-fw"></i><span :class="$style.itemText">{{ i18n.ts.more }}</span>
<span v-if="otherMenuItemIndicated" :class="$style.itemIndicator"><i class="_indicatorCircle"></i></span>
</button>
<MkA v-tooltip.noDelay.right="i18n.ts.settings" :class="$style.item" :activeClass="$style.active" to="/settings">
@ -321,6 +321,7 @@ function openProfile() {
text-align: left;
box-sizing: border-box;
color: var(--navFg);
margin-bottom: 0.5rem;
&:hover {
text-decoration: none;
@ -355,6 +356,7 @@ function openProfile() {
position: relative;
width: 32px;
margin-right: 8px;
font-size: 1.1em;
}
.itemIndicator {