Fixup some layout gap issues
This commit is contained in:
@@ -87,6 +87,9 @@ footer > .p {
|
||||
}
|
||||
|
||||
.table-actions {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
gap: 6px;
|
||||
/* those margins will give table rows in Pankow TableViews some more space */
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
@@ -132,6 +135,25 @@ tr:hover .table-actions {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.section-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 50px;
|
||||
gap: 5px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.section-header > div {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
h1.section-header {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* info table label:value in Sections */
|
||||
.info-row {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user