tui: increase session width to accommodate longer code blocks and improve readability
This commit is contained in:
parent
a0f9f8dabb
commit
db2abc1b2c
3 changed files with 9 additions and 9 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
[data-component="session-message-rail"][data-wide] [data-slot="session-message-rail-full"] {
|
||||
margin-top: 0.125rem;
|
||||
left: calc(((100% - min(100%, 36.5rem)) / 2) - 1.5rem);
|
||||
left: calc(((100% - min(100%, 50rem)) / 2) - 1.5rem);
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue