Styles
Its more beautifull now
This commit is contained in:
@@ -610,16 +610,9 @@ fn easy_fix_component() -> Html {
|
||||
});
|
||||
}
|
||||
html! {
|
||||
<div>
|
||||
<h2>{ "Probleme ohne Ticket gelößt" }</h2>
|
||||
<h4>{ *count }</h4>
|
||||
{
|
||||
if let Some(e) = &*error {
|
||||
html!{ <p style="color: red;">{ e.clone() }</p> }
|
||||
} else {
|
||||
html!{}
|
||||
}
|
||||
}
|
||||
<div class="open-tickets">
|
||||
<h2 class="left">{ "Probleme ohne Ticket gelößt" }</h2>
|
||||
<h4 class="ticket_count center">{ *count }</h4>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -192,6 +192,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
max-width: 30%;
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user