view and open

This commit is contained in:
Tim Bendt
2025-05-09 19:54:56 -06:00
parent 9ad483dca8
commit a7a2cfe8dc
3 changed files with 198 additions and 61 deletions

View File

@@ -37,20 +37,18 @@
#content_container {
margin-top: 1;
height: 1fr;
border: round $accent;
}
/* Status and loading elements */
#status_label {
text-align: center;
margin-bottom: 1;
color: $accent;
padding:1;
}
#loading {
align: center middle;
margin: 2;
}
#view_options {
border: round $secondary;
@@ -124,13 +122,13 @@
#document_title {
color: $accent;
text-align: center;
padding: 0 1;
text-align: left;
text-style: bold;
margin-bottom: 0;
width: 1fr;
height: 3;
align: left middle;
height: 1;
}
#plaintext_content {