mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
use reactive breakpoints to conditionally render right sidebar
+ use reactive content div width to remove big img on album page header
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useBreakpoints, breakpointsTailwind } from "@vueuse/core";
|
||||
|
||||
const breakpoints = useBreakpoints(breakpointsTailwind);
|
||||
|
||||
const xl = breakpoints.greater("xl");
|
||||
|
||||
export { xl };
|
||||
Reference in New Issue
Block a user