diff --git a/html/account-me.ejs b/html/account-me.ejs
index ae24ef92..25f3aa38 100644
--- a/html/account-me.ejs
+++ b/html/account-me.ejs
@@ -2,8 +2,9 @@
- Poke | Subscriptions
+ My Poke | Subscriptions
+
@@ -64,8 +65,8 @@
padding:16px;
border-bottom:1px solid var(--border);
display:flex;
- align-items:center;
- justify-content:space-between;
+ flex-direction:column;
+ gap:4px;
}
h1{
font-family:"poketube flex",system-ui;
@@ -76,6 +77,14 @@
-webkit-text-fill-color:transparent;
margin:0;
}
+ h2{
+ margin:0;
+ font-size:0.9rem;
+ font-weight:500;
+ color:var(--muted);
+ letter-spacing:0.3px;
+ }
+
.uid{
font-size:12px;
color:var(--muted);
@@ -83,8 +92,19 @@
padding:4px 10px;
border-radius:999px;
border:1px solid var(--border);
+ align-self:flex-start;
}
+ .privacy-link{
+ margin-top:8px;
+ font-size:12.5px;
+ color:var(--accent);
+ text-decoration:none;
+ align-self:flex-start;
+ transition:opacity .2s ease;
+ }
+ .privacy-link:hover{opacity:0.7}
+
.search-bar{
display:flex;
align-items:center;
@@ -271,31 +291,51 @@
height:16px;
fill:var(--ink);
}
+
+ noscript{
+ display:block;
+ background:#1a101e;
+ color:#fff;
+ text-align:center;
+ padding:16px;
+ border-top:2px solid var(--accent);
+ border-bottom:2px solid var(--accent);
+ font-size:14px;
+ line-height:1.6;
+ }
+
+
-