bugfix
This commit is contained in:
parent
6384917c61
commit
724aa68b41
@ -40,6 +40,15 @@ hr {
|
||||
border-radius: 30%;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.tabular {
|
||||
border-radius: 8px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #888888;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: 8px;
|
||||
padding: 5px;
|
||||
|
||||
@ -37,8 +37,6 @@ bricks.dom_on_off_observer=new MutationObserver((mutations)=>{
|
||||
}
|
||||
}
|
||||
});
|
||||
bricks.resize_observer.observe(document.body,
|
||||
{ childList: true, subtree: true });
|
||||
bricks.dom_on_off_observer.observe(document.body,
|
||||
{ childList: true, subtree: true });
|
||||
function addParamsToUrl(url, params, widget) {
|
||||
|
||||
@ -41,6 +41,7 @@ bricks.JsWidget = class {
|
||||
if (this.bgimage){
|
||||
this.set_bg_image(this.bgimage);
|
||||
}
|
||||
bricks.resize_observer.observe(this.dom_element);
|
||||
}
|
||||
set_bg_image(url){
|
||||
var d = this.dom_element;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user