Skip to content

Commit 47a4b7b

Browse files
fix: adjust width of rec-map and collab components for better layout
1 parent 190aa6a commit 47a4b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/dist.rc

-2 Bytes
Binary file not shown.

src/celemod-ui/src/routes/RecommendMaps.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
overflow-y: scroll;
77
// white-space: nowrap;
88
// height: 100vh;
9-
width: 900px;
9+
width: 800px;
1010
height: calc(100vh - 140px);
1111
}
1212
.collab {
@@ -22,7 +22,7 @@
2222
html:not([lang="zh-CN"]) & {
2323
height: 490px;
2424
}
25-
width: 350px;
25+
width: 330px;
2626
background-color: theme.$bg1;
2727

2828
border: 1px solid theme.$bg2;

0 commit comments

Comments
 (0)