foolwc commented on a change in pull request #501:
URL: https://github.com/apache/apisix-website/pull/501#discussion_r694381213
##########
File path: website/src/pages/plugins.js
##########
@@ -76,16 +82,18 @@ const SidebarContainer = styled.div`
padding-right: 10px;
border-style: solid;
border-color: #ffffff #efeff5 #ffffff #ffffff ;
+ @media (max-width: 1200px) {
+ display: none;
+ }
`;
-const PluginCard = styled.div`
+const PluginCard = styled.a`
Review comment:
Previously, only the `icon` and `read more > ` can link to the target. I
thought visitors would also want to click to the `title` or `description` to
view detail. So I made the whole Card to a link. Could you give me some
suggestions? Thanks a lot.
<img width="311" alt="截屏2021-08-24 上午7 37 16"
src="https://user-images.githubusercontent.com/13642747/130532843-94948249-7453-4622-8c82-5e794c28ada6.png">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]