mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
MenuButton: markup for small screens
This commit is contained in:
parent
982da41acb
commit
69460a7f55
6 changed files with 19 additions and 9 deletions
|
|
@ -57,7 +57,7 @@ export default function GridBuffer ({ inbox, currentWindow }) {
|
|||
|
||||
const getGridStyle = ({style}) => {
|
||||
if (['alert', 'normal'].includes(style)) return 'grid'
|
||||
else return style || 'grid'
|
||||
return style || 'grid'
|
||||
}
|
||||
|
||||
const messages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue