From 3b334c06b06a5aefffebbe3d1df040c8fc8305bd Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 30 May 2022 15:20:07 +1000 Subject: first commit --- pdfpreview.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pdfpreview.css (limited to 'pdfpreview.css') diff --git a/pdfpreview.css b/pdfpreview.css new file mode 100644 index 0000000..fb61bc5 --- /dev/null +++ b/pdfpreview.css @@ -0,0 +1,28 @@ +.pdf-preview-loading { + background-color: #EDF2F4; + height: 128px; + margin: 24px 0; + display: flex; + flex-direction: column; + justify-content: space-evenly; + text-align: center; +} +.pdf-preview-loading * { + margin: 0 auto; +} +.pdf-preview { + background-color: var(--black); + margin: 24px 0; + min-height: 100px; + max-height: 400px; + /* text-align: center; + display: flex; + text-align: center; */ + /* justify-content: space-evenly; */ + overflow: hidden; +} +.pdf-preview img { + display: block; + max-width: 100%; + margin: 0 auto; +} -- cgit v1.2.3