skinnier borders
This commit is contained in:
parent
04fe416f7c
commit
856bc4cbd5
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<dl-row v-for="row in item.dl" :row="row" />
|
<dl-row v-for="row in item.dl" :row="row" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="window gif">
|
<div class="window gif" @click.stop>
|
||||||
<strapi-media :image="item.image" fit="contain" />
|
<strapi-media :image="item.image" fit="contain" />
|
||||||
|
|
||||||
<strapi-link class="h6" v-bind="item.image_attribution" />
|
<strapi-link class="h6" v-bind="item.image_attribution" />
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ const props = defineProps({
|
||||||
.mosaic-cell {
|
.mosaic-cell {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid var(--theme-fg);
|
border: 0.5px solid var(--theme-fg);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue