MenuButton: markup for small screens

This commit is contained in:
He4eT 2023-06-04 01:43:36 +03:00 committed by Alexey
commit 69460a7f55
6 changed files with 19 additions and 9 deletions

View file

@ -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 =