pengx17 / logseq-plugin-tabs

A Logseq plugin which lets you open pages in tabs like working in the browser
MIT License
303 stars 21 forks source link

Hide in document mode #106

Open rubisco57 opened 3 months ago

rubisco57 commented 3 months ago

I am using this plugin in combination with Logseq-PDF-Export plugin which allows to ‹Print with retained formatting›. I usually enter document mode t d before printing which hides unnecessary elements. How would you hide the tab row in the document mode? I tried unsuccessfully:

.document-mode #logseq-tabs_lsp_main {
  display: none !important;
}

Thank you for a comment.

thowi commented 1 month ago

+1 would be great!