Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-05-08 13:00:44 -07:00
commit 49abfba71a
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 9 additions and 6 deletions

View File

@ -110,12 +110,13 @@ id: 'aid'
#maxCaptionLength: 1500
# Reserved usernames that only the administrator can register with
reservedUsernames:
- root
- admin
- administrator
- me
- system
reservedUsernames: [
'root',
'admin',
'administrator',
'me',
'system'
]
# Whether disable HSTS
#disableHsts: true

View File

@ -188,6 +188,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
margin-top: 4px;
border-radius: var(--radius);
overflow: hidden;
pointer-events: none;
&:before {
content: "";
@ -207,6 +208,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
> * {
overflow: hidden;
border-radius: 6px;
pointer-events: all;
}
&[data-count="1"] {