Compare commits
2 Commits
62388eb555
...
2ff0f78759
Author | SHA1 | Date | |
---|---|---|---|
2ff0f78759 | |||
9a2d6e8065 |
|
@ -51,10 +51,11 @@ const m = ref<typeof MediaPreview | null>(null)
|
|||
figure caption {
|
||||
font-weight: 600;
|
||||
color: var(--text-color);
|
||||
text-shadow: 0 0 .2rem #000, 0 0 1rem #000;
|
||||
text-shadow: 0 0 .2rem var(--primary-background), 0 0 .2rem var(--primary-background);
|
||||
}
|
||||
.cursor caption {
|
||||
background: var(--accent-color);
|
||||
text-shadow: none;
|
||||
}
|
||||
caption {
|
||||
position: absolute;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
</template>
|
||||
<UploadButton :path="props.path" />
|
||||
<SvgButton
|
||||
v-if="!store.prefs.gallery"
|
||||
name="create-folder"
|
||||
data-tooltip="New folder"
|
||||
@click="() => store.fileExplorer!.newFolder()"
|
||||
|
|
Loading…
Reference in New Issue
Block a user