User data details

This commit is contained in:
Sascha Leib
2025-11-05 13:22:59 +01:00
parent 4ab56ef998
commit 2289428390
4 changed files with 48 additions and 48 deletions

View File

@@ -675,7 +675,7 @@
grid-template-columns: min-content auto;
gap: .25em .5em;
border-left: transparent none 0;
margin: 0 .5rem .25rem 0;
margin: .5rem .5rem .25rem 0;
}
dt {
grid-column: 1;
@@ -686,8 +686,6 @@
background-color: transparent;
}
dd.pages {
& {
}
ul {
li {
& {
@@ -700,6 +698,9 @@
&:nth-child(odd) {
background-color: #DFDFDF;
}
&.detailled {
outline: red dotted 1pt;
}
div.row {
display: flex;
flex-direction: row;