mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 22:29:19 +08:00
fix(share): note tree not visible on mobile
This commit is contained in:
parent
d6d67e7957
commit
187e9b57de
1 changed files with 0 additions and 31 deletions
|
|
@ -68,37 +68,6 @@ iframe.pdf-view {
|
|||
left: 1px;
|
||||
}
|
||||
|
||||
@media (max-width: 48em) {
|
||||
#layout.showMenu #menu {
|
||||
display: block;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
#toggleMenuButton {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#layout.showMenu #main {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#title {
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
#layout.showMenu #toggleMenuButton::after {
|
||||
content: "«";
|
||||
}
|
||||
|
||||
#toggleMenuButton::after {
|
||||
content: "»";
|
||||
}
|
||||
|
||||
#menu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ck-content .footnote-section {
|
||||
border-top: 1px solid #c4c4c4;
|
||||
border-radius: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue