diff --git a/frontend/styles/compatibility.css b/frontend/styles/compatibility.css index 8143cea..3a0f8b3 100644 --- a/frontend/styles/compatibility.css +++ b/frontend/styles/compatibility.css @@ -100,4 +100,8 @@ body.read-only-mode .header { } +body.read-only-mode .data-time-box { + width: 100%; + justify-content: space-between; +} diff --git a/frontend/styles/header.css b/frontend/styles/header.css index 143a4da..6ed90ef 100644 --- a/frontend/styles/header.css +++ b/frontend/styles/header.css @@ -213,6 +213,10 @@ body.read-only-mode .header-status-badge { display: inline-flex; } +body.read-only-mode .header-status-badge:empty { + display: none; +} + .header-actions { justify-content: flex-end; flex-wrap: nowrap; @@ -232,7 +236,7 @@ body.read-only-mode .header-status-badge { border-right: 1px solid var(--color-border-subtle); - align-items: flex-end; + align-items: center; } @@ -314,7 +318,7 @@ body.read-only-mode .header-status-badge { border: none; - border-radius: var(--radius-pill); + border-radius: var(--radius-sm); color: var(--md-sys-color-on-primary); diff --git a/public/index.html b/public/index.html index 4b57e2e..386e34a 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ - + @@ -528,7 +528,7 @@

- +