Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop

This commit is contained in:
NoriDev 2023-06-01 20:10:20 +09:00
commit f4e3cee6b9
3 changed files with 8 additions and 2 deletions

View file

@ -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 = [

View file

@ -337,7 +337,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
enableCondensedLineForAcct: {
where: 'device',
default: true,
default: false,
},
useEnterToSend: {
where: 'device',

View file

@ -381,7 +381,7 @@ function onDrop(ev) {
height: var(--deckColumnHeaderHeight);
cursor: move;
user-select: none;
opacity: 0.7;
opacity: 0.5;
}
.menu {