forked from Shinonome/dots-hyprland
sideleft: anime stuff: fix weird gap when image not yet shown
This commit is contained in:
@@ -282,7 +282,7 @@ const BooruPage = (taglist, serviceName = 'Booru') => {
|
|||||||
});
|
});
|
||||||
const pageImages = Box({
|
const pageImages = Box({
|
||||||
homogeneous: true,
|
homogeneous: true,
|
||||||
className: 'sidebar-booru-imagegrid',
|
className: 'sidebar-booru-imagegrid margin-top-5',
|
||||||
})
|
})
|
||||||
const pageImageRevealer = Revealer({
|
const pageImageRevealer = Revealer({
|
||||||
transition: 'slide_down',
|
transition: 'slide_down',
|
||||||
@@ -343,7 +343,6 @@ const BooruPage = (taglist, serviceName = 'Booru') => {
|
|||||||
},
|
},
|
||||||
children: [Box({
|
children: [Box({
|
||||||
vertical: true,
|
vertical: true,
|
||||||
className: 'spacing-v-5',
|
|
||||||
children: [
|
children: [
|
||||||
pageHeading,
|
pageHeading,
|
||||||
Box({
|
Box({
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ const WaifuImage = (taglist) => {
|
|||||||
child: Overlay({
|
child: Overlay({
|
||||||
child: Box({
|
child: Box({
|
||||||
homogeneous: true,
|
homogeneous: true,
|
||||||
className: 'sidebar-waifu-image',
|
className: 'sidebar-waifu-image margin-top-5',
|
||||||
children: [blockImage],
|
children: [blockImage],
|
||||||
}),
|
}),
|
||||||
overlays: [blockImageActions],
|
overlays: [blockImageActions],
|
||||||
@@ -261,7 +261,6 @@ const WaifuImage = (taglist) => {
|
|||||||
children: [
|
children: [
|
||||||
Box({
|
Box({
|
||||||
vertical: true,
|
vertical: true,
|
||||||
className: 'spacing-v-5',
|
|
||||||
children: [
|
children: [
|
||||||
blockHeading,
|
blockHeading,
|
||||||
Box({
|
Box({
|
||||||
|
|||||||
Reference in New Issue
Block a user