いいかんじ
This commit is contained in:
commit
afc6b5b655
4 changed files with 937 additions and 850 deletions
|
|
@ -308,11 +308,11 @@ function more(ev: MouseEvent) {
|
|||
}
|
||||
|
||||
&.gamingLight {
|
||||
color: black;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
&.gamingDark {
|
||||
color: white;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
&.gamingLight:before {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export type Column = {
|
|||
listId?: string;
|
||||
channelId?: string;
|
||||
roleId?: string;
|
||||
includingTypes?: typeof notificationTypes[number][];
|
||||
excludeTypes?: typeof notificationTypes[number][];
|
||||
tl?: 'home' | 'local' |'media' | 'social' | 'global';
|
||||
withRenotes?: boolean;
|
||||
withReplies?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue