diff --git a/frontend/index.html b/frontend/index.html index 74f5a67..8a7c52d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -71,7 +71,7 @@ textarea { resize: vertical; min-height: 120px; } .my-work-card:hover { border-color:var(--accent); } .my-work-card-title { display:block; margin:5px 0; font-weight:650; } .mark-update-read { min-height:44px; width:100%; } -.read-update { min-height:44px; width:100%; } +.read-update { min-height:44px; width:100%; display:flex; align-items:center; justify-content:center; } .load-more-notifications { min-height:44px; width:100%; margin-top:10px; } .load-more-notifications[hidden] { display:none; } .load-more-work { min-height:44px; width:100%; margin-top:10px; } @@ -287,6 +287,7 @@ textarea { resize: vertical; min-height: 120px; }
+
@@ -454,6 +455,7 @@ textarea { resize: vertical; min-height: 120px; }
+ Open in Gitea @@ -539,6 +541,7 @@ textarea { resize: vertical; min-height: 120px; }
+ Open in Gitea
@@ -571,6 +574,7 @@ textarea { resize: vertical; min-height: 120px; }
+ Open in Gitea
@@ -594,7 +598,7 @@ textarea { resize: vertical; min-height: 120px; }
Choose a review request.

-
CI unknownOpen in Gitea
+
CI unknownOpen in Gitea

Changed files