diff options
author | johannst <johannst@users.noreply.github.com> | 2023-11-04 20:34:17 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-11-04 20:34:17 +0000 |
commit | 15a622d90b60b07b18f77d11c8bceed1442ef7ea (patch) | |
tree | 63452e185bfd35661bb5ca3aa69e519b6d99e673 /css/print.css | |
parent | d5fcc4a2aa7795c01c82075a1285a578b6704414 (diff) | |
download | notes-15a622d90b60b07b18f77d11c8bceed1442ef7ea.tar.gz notes-15a622d90b60b07b18f77d11c8bceed1442ef7ea.zip |
deploy: f2b0515fdd1cb84bebe24cac59498b682b49de80
Diffstat (limited to 'css/print.css')
-rw-r--r-- | css/print.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/print.css b/css/print.css index 27d05e9..dcf0ba6 100644 --- a/css/print.css +++ b/css/print.css @@ -8,7 +8,7 @@ #page-wrapper.page-wrapper { transform: none; - margin-left: 0px; + margin-inline-start: 0px; overflow-y: initial; } @@ -22,6 +22,10 @@ overflow-y: initial; } +code { + direction: ltr !important; +} + pre > .buttons { z-index: 2; } |