Skip to content

Commit 0350595

Browse files
committed
fix editor footer styling to match site
1 parent 4112d47 commit 0350595

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

editor/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
#preview-area iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
3232
#preview-placeholder { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #555; font-size: 13px; text-align: center; pointer-events: none; }
3333
#error-panel { display: none; background: #fff5f5; border-top: 1px solid #fcc; padding: 8px 12px; font-family: monospace; font-size: 12px; color: #c00; max-height: 120px; overflow-y: auto; white-space: pre; flex-shrink: 0; }
34+
footer { border-top: 1px solid #e0e0e0; padding: 1rem 2rem; text-align: center; font-size: 13px; color: #888; flex-shrink: 0; }
35+
.footer-contact { margin-top: 0.4rem; font-size: 12px; }
36+
.footer-contact a { color: #aaa; text-decoration: none; }
37+
.footer-contact a:hover { color: #111; }
38+
.footer-sep { color: #ccc; margin: 0 0.5rem; }
3439
</style>
3540
</head>
3641
<body>

0 commit comments

Comments
 (0)