File tree Expand file tree Collapse file tree 4 files changed +145
-145
lines changed
Expand file tree Collapse file tree 4 files changed +145
-145
lines changed Original file line number Diff line number Diff line change 2424 "typecheck" : " tsgo --noEmit"
2525 },
2626 "type" : " module" ,
27- "version" : " 1.0.0 "
27+ "version" : " 1.0.1 "
2828}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const CardOverlayContent: FC<{
9191 as = "div"
9292 borderColor = { isDark ? "secondary" : "primary" }
9393 borderWidth = "0 0 small"
94- padding = "0 0 small small "
94+ padding = "paddingCardSmall paddingCardSmall paddingCardSmall paddingCardLarge "
9595 themeOverride = { {
9696 borderColorPrimary : "#D7DADE" ,
9797 borderColorSecondary : "#2A353F" ,
@@ -171,7 +171,7 @@ const CardOverlayContent: FC<{
171171 </ Flex . Item >
172172 </ Flex >
173173 </ View >
174- < View as = "div" padding = "small " >
174+ < View as = "div" padding = "paddingCardSmall paddingCardLarge paddingCardLarge " >
175175 < Flex
176176 alignItems = "start"
177177 direction = { isNarrow ? "column" : "row" }
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const getLinkTitle = (link: VerifiedLink): string => {
3030 if (
3131 href . match ( / \. ( m p 4 | m o v | a v i | m k v | m p e g ) $ / ) ||
3232 host . match (
33- / (?: ^ | \. ) ( ( i n s t r u c t u r e m e d i a | y o u t u b e | v i m e o | w i s t i a ) \. c o m | y o u t u \. b e ) $ / ,
33+ / (?: ^ | \. ) ( ( i n s t r u c t u r e m e d i a | y o u t u b e | v i m e o | w i s t i a | g u i d d e ) \. c o m | y o u t u \. b e ) $ / ,
3434 )
3535 )
3636 return "video" ;
You can’t perform that action at this time.
0 commit comments