fix underlined button

This commit is contained in:
prx 2024-01-16 15:07:06 +01:00
parent c93287765b
commit 398079c841
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
visibility: hidden;
transition: 0.3s ease-out;
}
#dokuwiki__sidebar_close_btn,
#dokuwiki__sidebar_show_btn {
text-decoration: none;
}
#dokuwiki__sidebar_close_btn {
float: right;
}