fix: Improved mobile styling
fix: Severla context menus miss-positioned fix: Search filters not large enough on mobile fix: Deep black background on mobile to match native apps fix: Sticky document header allowing horizontal scrolling on mobile
This commit is contained in:
@@ -241,4 +241,12 @@ export const dark = {
|
||||
scrollbarThumb: colors.lightBlack,
|
||||
};
|
||||
|
||||
export const lightMobile = {
|
||||
background: colors.white,
|
||||
};
|
||||
|
||||
export const darkMobile = {
|
||||
background: colors.black,
|
||||
};
|
||||
|
||||
export default light;
|
||||
|
||||
Reference in New Issue
Block a user