mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: adjust thread max width and update button sizes in ComposerAction for improved UI consistency
This commit is contained in:
parent
b52e578021
commit
bd1d1c42a7
3 changed files with 55 additions and 58 deletions
|
|
@ -5,7 +5,7 @@ export default function Loading() {
|
|||
<div
|
||||
className="aui-root aui-thread-root @container flex h-full min-h-0 flex-col bg-main-panel"
|
||||
style={{
|
||||
["--thread-max-width" as string]: "44rem",
|
||||
["--thread-max-width" as string]: "42rem",
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue