Styles
Its more beautifull now
This commit is contained in:
@@ -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>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user