Skip to content

Commit e211e60

Browse files
authored
styles: remove zoom-img.css (#1081)
1 parent 76f48b2 commit e211e60

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

src/css/custom.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
@import "./navbar.scss"; // top bar
1515
@import "./markdown.scss"; // markdown
1616
@import "./pagination.scss"; // 底部导航
17-
@import "./zoom-img.scss"; // 图片放大
1817
@import "./icons-color.scss"; // 自定义 icon 颜色类
1918
@import "./toc.scss"; // TOC
2019

@@ -84,7 +83,11 @@ hr {
8483
#__docusaurus {
8584
position: relative;
8685
inset: 0;
87-
background-image: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(120, 119, 198, 0.2), hsla(0, 0%, 100%, 0));
86+
background-image: radial-gradient(
87+
ellipse 80% 50% at 50% -20%,
88+
rgba(120, 119, 198, 0.2),
89+
hsla(0, 0%, 100%, 0)
90+
);
8891
}
8992
h1,
9093
h2,
@@ -221,7 +224,8 @@ div[class*="searchQueryColumn"] {
221224
}
222225
// antd start
223226
.ant-input:focus {
224-
box-shadow: 0px 0px 0px 4px rgba(1, 117, 246, 0.25), inset 0px 0px 0px 0.5px #0175f6;
227+
box-shadow: 0px 0px 0px 4px rgba(1, 117, 246, 0.25),
228+
inset 0px 0px 0px 0.5px #0175f6;
225229
}
226230
.ant-modal-root .ant-modal-mask {
227231
background-color: var(--docsearch-container-background) !important;

src/css/zoom-img.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)