diff options
| author | ShittyKopper <shittykopper@w.on-t.work> | 2023-10-31 21:44:34 +0300 |
|---|---|---|
| committer | ShittyKopper <shittykopper@w.on-t.work> | 2023-11-01 21:43:26 +0300 |
| commit | ae5d052274b1ac3d3c7849e7f18d97c5822446d3 (patch) | |
| tree | 1226f583992bb23d3465474e3cf0eb87a6e496ef /packages/frontend/src/components/MkDriveFileThumbnail.vue | |
| parent | Revert "fix: Admin menu css" (diff) | |
| download | sharkey-ae5d052274b1ac3d3c7849e7f18d97c5822446d3.tar.gz sharkey-ae5d052274b1ac3d3c7849e7f18d97c5822446d3.tar.bz2 sharkey-ae5d052274b1ac3d3c7849e7f18d97c5822446d3.zip | |
upd: implement radius setting
to keep things manageable i merged a lot of one off values into just a
handful of common sizes, so some parts of the ui will look different than
upstream even with the "Misskey" rounding mode
Diffstat (limited to 'packages/frontend/src/components/MkDriveFileThumbnail.vue')
| -rw-r--r-- | packages/frontend/src/components/MkDriveFileThumbnail.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkDriveFileThumbnail.vue b/packages/frontend/src/components/MkDriveFileThumbnail.vue index a44c78c249..3063523791 100644 --- a/packages/frontend/src/components/MkDriveFileThumbnail.vue +++ b/packages/frontend/src/components/MkDriveFileThumbnail.vue @@ -63,7 +63,7 @@ const isThumbnailAvailable = computed(() => { position: relative; display: flex; background: var(--panel); - border-radius: 8px; + border-radius: var(--radius-sm); overflow: clip; } |