Few list tweaks on web (#3062)
* share button only on native * update gttablet to be 1300px * improve web layout * change re-layout to mobile breakpoint * adjustable not found reason * don't show the borders on mobile web * slight padding for the spinner
This commit is contained in:
parent
e11bd4385d
commit
82655f2ee3
3 changed files with 45 additions and 20 deletions
|
@ -17,7 +17,7 @@ const breakpoints: {
|
|||
[key: string]: number
|
||||
} = {
|
||||
gtMobile: 800,
|
||||
gtTablet: 1200,
|
||||
gtTablet: 1300,
|
||||
}
|
||||
function getActiveBreakpoints({width}: {width: number}) {
|
||||
const active: (keyof typeof breakpoints)[] = Object.keys(breakpoints).filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue