mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
image blur effect escapes border (#558)
This commit is contained in:
parent
8a721a6533
commit
0ea89ec4f9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="bg-black {clazz} {layout}">
|
<section class="overflow-hidden bg-black {clazz} {layout}">
|
||||||
<i
|
<i
|
||||||
class="logo icon-tea-logo-iconasset-1 text-3xl text-gray {layout}"
|
class="logo icon-tea-logo-iconasset-1 text-3xl text-gray {layout}"
|
||||||
class:animate-pulse={!pkg.thumb_image_url}
|
class:animate-pulse={!pkg.thumb_image_url}
|
||||||
|
|
Loading…
Reference in a new issue