mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 20:25:29 +08:00
docs: replace shadow with normal border
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user