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; text-decoration: none;
} }
pre {
margin: 1rem 0 1rem 0;
}
.tag { .tag {
margin: 0.1rem; margin: 0.1rem;
} }

View File

@ -93,4 +93,4 @@ button.disabled, .button.disabled, input[type="submit"].disabled {
i.favorite { i.favorite {
color: var(--fav-c); color: var(--fav-c);
text-shadow: 0 0 1px var(--text-shadow); text-shadow: 0 0 1px var(--text-shadow);
} }

View File

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

View File

@ -1,9 +1,5 @@
// @todo remove content from this file when implemented // @todo remove content from this file when implemented
thead td label { thead td label, .portlet-head .inputWrapper, .portlet-head .g-icon {
display: none; display: none;
} }
.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 { .flex-line {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

File diff suppressed because one or more lines are too long