Menu de type ls.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-18 23:09:00 +01:00
parent 360ab46988
commit 9fc9d86024
5 changed files with 118 additions and 1 deletions
+18
View File
@@ -109,6 +109,24 @@ a:active {
}
}
ul.lsresult {
margin: 0;
padding: 0;
display: table;
li {
display: table-row;
}
li span {
display: table-cell;
}
li span:not(:first-child) {
padding-left: 1ch;
}
}
// Menus.
// ======
.menu {