mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
@@ -28,6 +28,7 @@ const useStyles = createStyles((theme, params: { position?: MenuPosition; itemCo
|
|||||||
left: params.position === 'bottom-left' ? 1 : undefined,
|
left: params.position === 'bottom-left' ? 1 : undefined,
|
||||||
bottom: params.position === 'bottom-left' || params.position === 'bottom-right' ? 1 : undefined,
|
bottom: params.position === 'bottom-left' || params.position === 'bottom-right' ? 1 : undefined,
|
||||||
fontFamily: 'Roboto',
|
fontFamily: 'Roboto',
|
||||||
|
width: 384
|
||||||
},
|
},
|
||||||
buttonsWrapper: {
|
buttonsWrapper: {
|
||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
|
|||||||
Reference in New Issue
Block a user