Prechádzať zdrojové kódy

tweak(app): adjust session turn horizontal padding

David Hill 6 mesiacov pred
rodič
commit
5d8664c13e

+ 1 - 1
packages/app/src/pages/session/message-timeline.tsx

@@ -535,7 +535,7 @@ export function MessageTimeline(props: {
                     classes={{
                       root: "min-w-0 w-full relative",
                       content: "flex flex-col justify-between !overflow-visible",
-                      container: "w-full px-4 md:px-6",
+                      container: "w-full px-4 md:px-5",
                     }}
                   />
                 </div>