mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 04:42:14 +00:00
sideleft: anime stuff: fix weird gap when image not yet shown
This commit is contained in:
parent
c92eb85c04
commit
ca59ea251c
2 changed files with 2 additions and 4 deletions
|
|
@ -282,7 +282,7 @@ const BooruPage = (taglist, serviceName = 'Booru') => {
|
|||
});
|
||||
const pageImages = Box({
|
||||
homogeneous: true,
|
||||
className: 'sidebar-booru-imagegrid',
|
||||
className: 'sidebar-booru-imagegrid margin-top-5',
|
||||
})
|
||||
const pageImageRevealer = Revealer({
|
||||
transition: 'slide_down',
|
||||
|
|
@ -343,7 +343,6 @@ const BooruPage = (taglist, serviceName = 'Booru') => {
|
|||
},
|
||||
children: [Box({
|
||||
vertical: true,
|
||||
className: 'spacing-v-5',
|
||||
children: [
|
||||
pageHeading,
|
||||
Box({
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ const WaifuImage = (taglist) => {
|
|||
child: Overlay({
|
||||
child: Box({
|
||||
homogeneous: true,
|
||||
className: 'sidebar-waifu-image',
|
||||
className: 'sidebar-waifu-image margin-top-5',
|
||||
children: [blockImage],
|
||||
}),
|
||||
overlays: [blockImageActions],
|
||||
|
|
@ -261,7 +261,6 @@ const WaifuImage = (taglist) => {
|
|||
children: [
|
||||
Box({
|
||||
vertical: true,
|
||||
className: 'spacing-v-5',
|
||||
children: [
|
||||
blockHeading,
|
||||
Box({
|
||||
|
|
|
|||
Loading…
Reference in a new issue