Wiki navigation bar

This commit is contained in:
2022-03-27 22:00:29 +00:00
parent 9c6114cf86
commit 4807b7d4ae
13 changed files with 189 additions and 48 deletions

View File

@ -1,3 +1,23 @@
#hello {
color: red;
}
li[data-id="wikis"] select {
width: calc(100% - 50px);
}
.-myWikiControls {
width: 100%;
margin: .25em;
}
.-myWikiControls select {
width: 98%;
}
option.separator {
font-size: 1px;
min-height:1px;
max-height:1px;
padding:0;
background-color: #000000;
}