feat(pdf-viewer): enhance PDF viewer with file size display and footer layout

This commit is contained in:
2026-04-03 19:50:46 +00:00
parent 02522c9a15
commit 3defbba5fd
3 changed files with 125 additions and 22 deletions

View File

@@ -3,8 +3,8 @@ import { html } from '@design.estate/dees-element';
export const demo = () => html`
<style>
.demo-container {
padding: 40px;
background: #f5f5f5;
padding: 20px;
background: #000000;
}
.demo-section {
@@ -15,6 +15,7 @@ export const demo = () => html`
margin-bottom: 20px;
font-size: 18px;
font-weight: 600;
color: #fafafa;
}
dees-pdf-viewer {