fix(frontend): adjust titlecard badge styling

this commit aligns the badges, removes the border from the availability badge (replaces it with a
light shadow) and also adds a new animation to the titlecard
This commit is contained in:
sct
2021-01-04 15:21:46 +00:00
parent b04eda6c8a
commit effc80977a
2 changed files with 63 additions and 61 deletions

View File

@@ -207,7 +207,7 @@ const Slider: React.FC<SliderProps> = ({
</button>
</div>
<div
className="relative px-2 -ml-4 -mr-4 overflow-x-scroll overflow-y-auto whitespace-nowrap hide-scrollbar overscroll-x-contain"
className="relative px-2 py-2 -my-2 -ml-4 -mr-4 overflow-x-scroll overflow-y-auto whitespace-nowrap hide-scrollbar overscroll-x-contain"
ref={containerRef}
onScroll={onScroll}
>