mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Improve Image warning & style. Closes #419
This commit is contained in:
@@ -54,7 +54,7 @@ async function fetchPlantUmlSvg(plantUmlCode: string): Promise<string | null> {
|
||||
export const overlayButtonsSx: SxProps = {
|
||||
position: 'absolute', top: 0, right: 0, zIndex: 10,
|
||||
display: 'flex', flexDirection: 'row', gap: 1,
|
||||
opacity: 0, transition: 'opacity 0.2s',
|
||||
opacity: 0, transition: 'opacity 0.15s',
|
||||
// '& > button': {
|
||||
// backgroundColor: 'background.level2',
|
||||
// backdropFilter: 'blur(12px)',
|
||||
|
||||
Reference in New Issue
Block a user