docs: replace shadow with normal border

This commit is contained in:
unix
2020-03-24 06:47:58 +08:00
parent ee05d0dc8e
commit eaba31ae5b
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ export const Sidebar: React.FC<SideGroupProps> = React.memo(({ sides }) => {
@media only screen and (max-width: 767px) {
.box {
padding-top: ${theme.layout.gap};
padding-top: calc(1.5 * ${theme.layout.gap});
}
}
`}</style>

View File

@@ -32,7 +32,7 @@ const TabbarMobile:React.FC<Props> = ({ onClick }) => {
padding: 0 calc(${theme.layout.gap} * 2);
box-sizing: border-box;
justify-content: space-between;
box-shadow: ${theme.expressiveness.shadowMedium};
border-bottom: 1px solid ${theme.palette.border};
}
.tabbar :global(.toggle) {