Implemented presentation and editing for domains.

This commit is contained in:
Revertron
2021-04-15 12:21:41 +02:00
parent da15a02e11
commit 9b093a8172
6 changed files with 139 additions and 2 deletions
+21
View File
@@ -63,6 +63,21 @@ body {
right: 10pt;
}
.container.is-fluid.cards-container {
display: flex;
flex-grow: 0;
/*gap: .8em; supported only in Firefox/Edge/Chrome */
justify-content: center !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.container.is-fluid.cards-container .card:not(:last-child) {
margin-right: 0.8rem;
}
.list {
overflow-y: auto;
}
@@ -85,4 +100,10 @@ path {
.is-danger:hover > span.icon > svg > path {
fill: #ffffff;
}
svg.tag-button {
width: 24px;
height: 24px;
margin-bottom: .5rem;
}