diff --git a/apps/static/css/index.css b/apps/static/css/index.css index ff49fb4..4105183 100644 --- a/apps/static/css/index.css +++ b/apps/static/css/index.css @@ -83,6 +83,14 @@ body { border-bottom: 1px solid var(--bs-border-color) !important; } +.w-fc { + width: fit-content; +} + +.h-fc { + height: fit-content; +} + /* Ticket List Items */ @@ -105,6 +113,10 @@ body { object-fit: cover; } +.ticket-item .ticket-item-author { + margin-bottom: 0; +} + .ticket-item .ticket-item-title { color: var(--bs-body-color); font-size: 1rem; @@ -117,6 +129,11 @@ body { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + max-height: 3rem; +} + +.ticket-item .ticket-item-tags .ticket-content-badge:last-child { + margin-right: 0 !important; } .loading .email-list-item { @@ -153,6 +170,14 @@ body { border-right: 1px solid var(--bs-border-color); } +.email-app .email-side-nav .nav-item .nav-link { + color: var(--bs-tertiary-color); +} + +.email-app .email-wrapper { + min-height: 0; +} + @media screen and (min-width: 992px) { .email-app .email-wrapper .email-list { border-right: 1px solid var(--bs-border-color); diff --git a/apps/templates/home/tickets.html b/apps/templates/home/tickets.html index 3bf061a..0d88473 100644 --- a/apps/templates/home/tickets.html +++ b/apps/templates/home/tickets.html @@ -187,12 +187,15 @@