Skip to content

Commit

Permalink
kirilllive
Browse files Browse the repository at this point in the history
fixed class name in arts
  • Loading branch information
Kirilllive committed Oct 5, 2021
1 parent d1d8a57 commit 73a43e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tuesday.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ function name_block_update(){
}
function creation_art(i){
var art=document.createElement("img");
if(arr_dialog.art[i].className){art.classList=arr_dialog.art[i].className}
art.src=art_data(arr_dialog.art[i].url);
art.setAttribute("volume",((arr_dialog.art[i].url[languare])?arr_dialog.art[i].url[languare]:arr_dialog.art[i].url));
art.classList.add("tue_art")
Expand Down
2 changes: 1 addition & 1 deletion tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
box-shadow:0px 2px 24px var(--cs);
padding:2px 8px 24px 8px;
}
.win_head{width:100%; height:36px;display:flex;justify-content:center;align-items:center;}
.win_head{width:100%;height:36px;display:flex;justify-content:center;align-items:center;}
#window_zone{height:100vh;width:100%;position:fixed;left:0;top:0;visibility:hidden;transition-duration:0.5s;z-index:10020;}
#tools_zone{position:fixed;height:100vh;width:100%;left:0;top:0;visibility:hidden;z-index:10000;}
.add_w{
Expand Down

0 comments on commit 73a43e0

Please sign in to comment.