Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

Select the types of activity you want to include in your feed.

Improve logged out styles

Grace Kind (Jan 27, 2026, 10:34 PM -0600) f114b0f6 f14d8512

+8 -1
+5
src/css/style.css
··· 1138 1138 } 1139 1139 } 1140 1140 1141 + .sidebar-spacer { 1142 + flex: 1; 1143 + } 1144 + 1141 1145 .sidebar-footer { 1142 1146 margin-top: auto; 1143 1147 padding: 16px 20px; ··· 1223 1227 width: fit-content; 1224 1228 margin-left: 16px; 1225 1229 margin-top: 6px; 1230 + white-space: nowrap; 1226 1231 } 1227 1232 1228 1233 .footer-nav {
+3 -1
src/js/templates/sidebar.template.js
··· 111 111 > 112 112 About 113 113 </button> 114 + <div class="sidebar-spacer"></div> 114 115 <div class="sidebar-footer"> 115 116 <a href="/tos.html" class="sidebar-text-link" data-external="true" 116 117 >Terms</a ··· 262 263 ${editIconTemplate()} <span>New Post</span> 263 264 </button>` 264 265 : ""} 266 + <div class="sidebar-spacer"></div> 265 267 <div class="sidebar-footer"> 266 268 <a 267 269 href="https://github.com/improsocial/impro/issues" 268 270 class="sidebar-text-link" 269 - >Report a bug 271 + >Bug report 270 272 </a> 271 273 </div> 272 274 </animated-sidebar>