mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-24 15:16:25 +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: 'かみらえっと',
|
||||
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 = [
|
||||
|
@ -337,7 +337,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
enableCondensedLineForAcct: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
useEnterToSend: {
|
||||
where: 'device',
|
||||
|
@ -381,7 +381,7 @@ function onDrop(ev) {
|
||||
height: var(--deckColumnHeaderHeight);
|
||||
cursor: move;
|
||||
user-select: none;
|
||||
opacity: 0.7;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
Loading…
Reference in New Issue
Block a user