visual fixes

This commit is contained in:
2026-01-08 22:29:20 -05:00
parent 590a24bc99
commit 0b304ace95
2 changed files with 9 additions and 5 deletions

View File

@@ -136,9 +136,11 @@
}
/* Remove old corner styles when using ascii-frame-outer (new frame system handles this) */
.ticket-container.ascii-frame-outer::before,
.ticket-container.ascii-frame-outer::after {
.ticket-container.ascii-frame-outer::before {
content: '╔' !important;
}
.ticket-container.ascii-frame-outer::after {
content: '╗' !important;
}