feature(CIS Dashboard gridsystem): allows to pin widgets in the grid and changes how widgets are positioned in different viewports

This commit is contained in:
SimonGschnell
2025-04-09 10:50:19 +02:00
parent 97e34948e5
commit 9b9b8b1532
5 changed files with 233 additions and 94 deletions
+5 -7
View File
@@ -77,12 +77,10 @@
z-index: 2;
}
.dragged-widget-icon{
position: absolute;
height: 250px;
width: 200px;
top: -999px;
left: -999px;
z-index: 3;
.pin:hover{
cursor: pointer;
}
.pin[pinned]:hover{
color:rgb(153, 116, 116);
}