started with template fixes

This commit is contained in:
Dennis Eichhorn 2024-03-29 15:26:01 +00:00
parent 9dd5f3dd2f
commit e52cc668fe
6 changed files with 14 additions and 8 deletions

View File

@ -16,6 +16,10 @@ article {
text-decoration: none;
}
pre {
margin: 1rem 0 1rem 0;
}
.tag {
margin: 0.1rem;
}

View File

@ -51,7 +51,6 @@ code {
}
pre {
margin: 1rem 0 1rem 0;
line-height: 1.2rem;
border: 1px solid var(--bborder);
padding: 1rem;

View File

@ -1,9 +1,5 @@
// @todo remove content from this file when implemented
thead td label {
display: none;
}
.portlet-head .g-icon {
thead td label, .portlet-head .inputWrapper, .portlet-head .g-icon {
display: none;
}

View File

@ -17,6 +17,13 @@
}
}
.simple-flex {
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
}
.flex-line {
display: flex;
flex-direction: row;

File diff suppressed because one or more lines are too long