mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
docs: show platforms for each util
This commit is contained in:
parent
5a3434161d
commit
3c09c747dd
2 changed files with 221 additions and 132 deletions
11
docs/theme/head.hbs
vendored
11
docs/theme/head.hbs
vendored
|
@ -5,10 +5,17 @@
|
|||
main {
|
||||
position: relative;
|
||||
}
|
||||
.version {
|
||||
.additional {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
top: 0em;
|
||||
right: 0;
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
.platforms {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
dd > p {
|
||||
margin-top: 0.2em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue