Cosmetic , missing bcscale and code cleaning

This commit is contained in:
sparkyx 2024-09-14 12:34:52 +02:00
parent 9a672697e5
commit c6d161cec9
3 changed files with 23 additions and 8 deletions

View file

@ -1306,9 +1306,10 @@ div#wait_box
left:30%;
top:30%;
border:1px solid #00008B;
width: 260px;
width:18%;
opacity: 0.8;
border-radius: 20px;
min-width:281px;
}
#wait_box h2
{
@ -3502,6 +3503,7 @@ li.li-active {
padding: 0.5rem;
color:navy !important;
text-decoration: underline;
border-radius: 7px;
}
.hoverclass-drag {
@ -3513,14 +3515,14 @@ li.li-active {
* User's widget list
*
*********************************************************************************************************************/
#widget_box_id {
#widget_box_id {
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
#contain_widget li {
padding : 0.75rem;
margin:2px;
@ -3636,4 +3638,4 @@ div.widget-full_size {
60% {transform:rotateY(-90deg);}
}
div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; }
div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; }