mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-28 06:48:36 +09:00
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
f4e3cee6b9
@ -245,6 +245,12 @@ const patronsWithIconWithMisskey = [{
|
|||||||
}, {
|
}, {
|
||||||
name: 'かみらえっと',
|
name: 'かみらえっと',
|
||||||
icon: 'https://misskey-hub.net/patrons/be1326bda7d940a482f3758ffd9ffaf6.jpg',
|
icon: 'https://misskey-hub.net/patrons/be1326bda7d940a482f3758ffd9ffaf6.jpg',
|
||||||
|
}, {
|
||||||
|
name: 'へてて',
|
||||||
|
icon: 'https://misskey-hub.net/patrons/0431eacd7c6843d09de8ea9984307e86.jpg',
|
||||||
|
}, {
|
||||||
|
name: 'spinlock',
|
||||||
|
icon: 'https://misskey-hub.net/patrons/6a1cebc819d540a78bf20e9e3115baa8.jpg',
|
||||||
}];
|
}];
|
||||||
|
|
||||||
const patronsWithCherryPick = [
|
const patronsWithCherryPick = [
|
||||||
|
@ -337,7 +337,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||||||
},
|
},
|
||||||
enableCondensedLineForAcct: {
|
enableCondensedLineForAcct: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
useEnterToSend: {
|
useEnterToSend: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
@ -381,7 +381,7 @@ function onDrop(ev) {
|
|||||||
height: var(--deckColumnHeaderHeight);
|
height: var(--deckColumnHeaderHeight);
|
||||||
cursor: move;
|
cursor: move;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
opacity: 0.7;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
Loading…
Reference in New Issue
Block a user