Refactor details panel to use React Semantic Components (#98)

This commit is contained in:
czifumasa
2022-04-27 17:20:27 +02:00
committed by GitHub
parent 35259e5767
commit d30c038406
4 changed files with 119 additions and 95 deletions

View File

@@ -143,9 +143,25 @@ div.zoom {
margin-top: 0px;
}
.ui.segments.details {
margin: 0px !important;
border: 0px !important;
.details {
padding: 15px 0px;
border-bottom: 1px solid rgba(34,36,38,.15);
}
.details .ui.items .item .content {
padding: 0 15px;
}
.details .event-header {
justify-content: space-between;
display: flex;
word-break: break-word;
}
.details .event-header .header {
text-transform: uppercase;
margin: 0;
min-width: 40%;
}
.ui.form .field.no-margin {