Its more beautifull now
This commit is contained in:
2026-05-13 23:00:46 +02:00
parent a23fe9be7c
commit bea8ef4cd9
2 changed files with 4 additions and 10 deletions

View File

@@ -610,16 +610,9 @@ fn easy_fix_component() -> Html {
}); });
} }
html! { html! {
<div> <div class="open-tickets">
<h2>{ "Probleme ohne Ticket gelößt" }</h2> <h2 class="left">{ "Probleme ohne Ticket gelößt" }</h2>
<h4>{ *count }</h4> <h4 class="ticket_count center">{ *count }</h4>
{
if let Some(e) = &*error {
html!{ <p style="color: red;">{ e.clone() }</p> }
} else {
html!{}
}
}
</div> </div>
} }
} }

View File

@@ -192,6 +192,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-shrink: 0; flex-shrink: 0;
max-width: 30%;
h2 { h2 {
margin: 0; margin: 0;