diff --git a/apps/static/css/index.css b/apps/static/css/index.css index a7747ee..1ee94e7 100644 --- a/apps/static/css/index.css +++ b/apps/static/css/index.css @@ -121,44 +121,19 @@ body { .ticket-item .ticket-item-complex { transition: all 0.3s ease; - overflow: visible; + overflow: hidden; width: 2rem; } #ticketsContainer:not(.complex-items) .ticket-item .ticket-item-complex { margin: 0 !important; width: 0 !important; - overflow: hidden; } .ticket-item .ticket-item-complex .badge { min-width: 1.8rem; - position: relative; } -.ticket-item .ticket-item-complex .badge:hover { - margin-left: 2rem; -} - -.ticket-item .ticket-item-complex .badge .ticket-item-complex-expand { - display: none; -} - -.ticket-item .ticket-item-complex .badge:hover .ticket-item-complex-expand { - display: inline; -} - - - -/* -.ticket-item .ticket-item-complex .badge:hover .ticket-item-complex-expand, -.ticket-item .ticket-item-complex .badge .ticket-item-complex-expand:hover { - display: inline; - width: fit-content; - -} -*/ - .ticket-item .ticket-item-icon { width: 2rem; height: 2rem; diff --git a/apps/templates/home/tickets.html b/apps/templates/home/tickets.html index 6f74f04..003550a 100644 --- a/apps/templates/home/tickets.html +++ b/apps/templates/home/tickets.html @@ -407,14 +407,13 @@
-
- -
- THis is a TEST +
+
+ +
+
+
-
-
-