Browse Source

joplin: disable paddings

Maxim Likhachev 4 years ago
parent
commit
2ac4b21bbe
  1. 5
      etc/soft/joplin/userstyle.css

5
etc/soft/joplin/userstyle.css

@ -1,4 +1,9 @@
#joplin-container-content{
padding-left: 0 !important;
padding-right: 0 !important;
}
#rendered-md { #rendered-md {
width: 100%; width: 100%;
} }

Loading…
Cancel
Save