objective categorical abstract machine language personal data server
65
fork

Configure Feed

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

Hide horizontal scrollbar on admin tables when unnecessary

futurGH cef3dac1 274ae516

+2 -2
+1 -1
frontend/src/templates/AdminInvitesPage.mlx
··· 141 141 </div> 142 142 | None -> 143 143 null ) 144 - <div className="overflow-x-auto"> 144 + <div className=(if List.length invites > 0 then "overflow-x-auto" else "overflow-x-hidden")> 145 145 <table 146 146 className="w-full grid border-collapse text-sm" 147 147 style=(ReactDOM.Style.make
+1 -1
frontend/src/templates/AdminUsersPage.mlx
··· 183 183 </div> 184 184 | None -> 185 185 null ) 186 - <div className="overflow-x-auto"> 186 + <div className=(if List.length actors > 0 then "overflow-x-auto" else "overflow-x-hidden")> 187 187 <table 188 188 className="w-full min-w-xl grid border-collapse text-sm" 189 189 style=(ReactDOM.Style.make