mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 10:20:27 +01:00
🎨
This commit is contained in:
parent
d2b2422697
commit
47ef78afe4
1 changed files with 3 additions and 2 deletions
|
@ -137,13 +137,14 @@ const canvasLoading = ref(true);
|
|||
}
|
||||
|
||||
.watermarkEditorPreviewCanvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
object-fit: contain;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.watermarkEditorSettings {
|
||||
|
|
Loading…
Reference in a new issue