diff --git a/packages/web/components/elements/FormElements.tsx b/packages/web/components/elements/FormElements.tsx
index d2e3c7691..b672989bf 100644
--- a/packages/web/components/elements/FormElements.tsx
+++ b/packages/web/components/elements/FormElements.tsx
@@ -41,6 +41,9 @@ export const FormInput = styled('input', {
'&:focus': {
outline: 'none',
},
+ '@mdDown': {
+ pl: '5px',
+ },
})
export const FormLabel = styled('label', {
diff --git a/packages/web/components/templates/homeFeed/FetchItemsError.tsx b/packages/web/components/templates/homeFeed/FetchItemsError.tsx
index 7a6f1c2d9..d96c7f8b5 100644
--- a/packages/web/components/templates/homeFeed/FetchItemsError.tsx
+++ b/packages/web/components/templates/homeFeed/FetchItemsError.tsx
@@ -1,4 +1,4 @@
-import { VStack } from '../../elements/LayoutPrimitives'
+import { Box, SpanBox, VStack } from '../../elements/LayoutPrimitives'
import { StyledText } from '../../elements/StyledText'
import { ErrorSlothIcon } from '../../elements/icons/ErrorSlothIcon'
import { DEFAULT_HEADER_HEIGHT } from './HeaderSpacer'
@@ -13,6 +13,7 @@ export const FetchItemsError = (): JSX.Element => {
width: '100%',
height: '100%',
pb: '100px',
+ px: '30px',
minHeight: `calc(100vh - ${DEFAULT_HEADER_HEIGHT})`,
}}
>
@@ -30,16 +31,15 @@ export const FetchItemsError = (): JSX.Element => {
>
Something has gone wrong.
-
We have encountered unexpected problems.{' '}
@@ -50,7 +50,7 @@ export const FetchItemsError = (): JSX.Element => {
>
Get help
-
+
)
}
diff --git a/packages/web/components/templates/homeFeed/MultiSelectControls.tsx b/packages/web/components/templates/homeFeed/MultiSelectControls.tsx
index 1d95feaea..987889182 100644
--- a/packages/web/components/templates/homeFeed/MultiSelectControls.tsx
+++ b/packages/web/components/templates/homeFeed/MultiSelectControls.tsx
@@ -21,7 +21,6 @@ export const MultiSelectControls = (props: LibraryHeaderProps): JSX.Element => {
const [hoverColor, setHoverColor] = useState(
theme.colors.thTextContrast2.toString()
)
- const compact = false
return (
{
css={{
width: '100%',
height: '100%',
- pr: compact ? '5px' : '10px',
+ pr: '10px',
}}
onClick={(e) => {
e.preventDefault()
@@ -81,6 +80,9 @@ export const MultiSelectControls = (props: LibraryHeaderProps): JSX.Element => {
border: '2px solid transparent',
width: '100%',
height: '100%',
+ '@mdDown': {
+ pl: '5px',
+ },
}}
>