Skip to content

Commit f441e31

Browse files
committed
fix: ai chat error classname
1 parent d019869 commit f441e31

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs_roll/src/css/custom.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
--ifm-color-primary-lightest: #3cad6e;
1616
--ifm-code-font-size: 95%;
1717
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
18-
.ant-float-btn-icon {
19-
width: 24px !important;
20-
height: 24px !important;
21-
}
2218
}
2319

2420
/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -32,3 +28,8 @@
3228
--ifm-color-primary-lightest: #4fddbf;
3329
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3430
}
31+
32+
.ant-float-btn-icon {
33+
width: 24px !important;
34+
height: 24px !important;
35+
}

0 commit comments

Comments
 (0)