mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Fix Mobile Open Pane unnecessary padding
This commit is contained in:
@@ -16,7 +16,7 @@ const _selectSlotProps: SelectSlotsAndSlotProps<false>['slotProps'] = {
|
||||
sx: {
|
||||
backgroundColor: 'transparent',
|
||||
// minWidth: selectMinWidth, // 160
|
||||
maxWidth: 'calc(100dvw - 4.5rem)', /* 36px * 2 buttons */
|
||||
maxWidth: 'calc(100dvw - 4.5rem)', /* 36px * 2 buttons (2 * var(--Bar)) */
|
||||
// disappear when the 'agi-gone' class is set
|
||||
'&.agi-gone': {
|
||||
display: 'none',
|
||||
|
||||
Reference in New Issue
Block a user