ui: improve account switcher
This commit is contained in:
parent
b150d6d65e
commit
9ee51a5831
5 changed files with 20 additions and 17 deletions
|
@ -3,3 +3,4 @@ import { breakpointsTailwind } from '@vueuse/core'
|
|||
export const breakpoints = useBreakpoints(breakpointsTailwind)
|
||||
|
||||
export const isSmallScreen = breakpoints.smallerOrEqual('md')
|
||||
export const isMediumScreen = breakpoints.smallerOrEqual('lg')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue