We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef71e11 commit 5deaa54Copy full SHA for 5deaa54
1 file changed
css/style.css
@@ -678,6 +678,14 @@ table ul {
678
width: 200px;
679
}
680
681
+div.header-btn {
682
+ display: flex;
683
+ padding: 3px;
684
+ border-radius: 3px;
685
+ cursor: pointer;
686
+ color: var(--box-fg);
687
+}
688
+
689
a.edit-github-btn{
690
display: flex;
691
gap: 0.5rem;
@@ -693,6 +701,10 @@ a.edit-github-btn{
693
701
694
702
695
703
704
+#mobile-menu {
705
+ display: none;
706
+ position: relative;
707
696
708
697
709
pre, code {
698
710
white-space: pre-wrap !important;
0 commit comments