Skip to content

Commit

Permalink
feat(style): 调整资源文件搜索结果路径样式 | Adjust the style of the resource file s…
Browse files Browse the repository at this point in the history
…earch result path.
  • Loading branch information
Zuoqiu-Yingyi committed Sep 5, 2023
1 parent ce59a27 commit e220100
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 调整分割线样式 | Adjust the style of the separator.
- 默认禁用 `jupyter` 功能 | Disable `jupyter` function by default.
- 调整工作空间菜单图标样式 | Adjust the style of the workspace menu icon.
- 调整资源文件搜索结果路径样式 | Adjust the style of the resource file search result path.

## v1.10.0/2023-08-11

Expand Down
10 changes: 5 additions & 5 deletions style/module/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
.search__list > .b3-list-item[data-type="search-item"] .b3-list-item__text {
display: var(--custom-search-display);
}
#searchList > .b3-list-item[data-type="search-item"] .b3-list-item__meta,
.search__list > .b3-list-item[data-type="search-item"] .b3-list-item__meta {
#searchList > .b3-list-item[data-type="search-item"] .b3-list-item__meta.b3-list-item__meta--ellipsis,
.search__list > .b3-list-item[data-type="search-item"] .b3-list-item__meta.b3-list-item__meta--ellipsis {
position: absolute;
right: 8px;
right: 4px;
bottom: 0.25em;
max-width: calc(100% - 12px);
line-height: 1.25em;
Expand All @@ -151,9 +151,9 @@
.b3-list.b3-list--background > .b3-list-item[data-type="card-item"] .b3-list-item__text {
display: var(--custom-search-display);
}
.b3-list.b3-list--background > .b3-list-item[data-type="card-item"] .b3-list-item__meta {
.b3-list.b3-list--background > .b3-list-item[data-type="card-item"] .b3-list-item__meta.b3-list-item__meta--ellipsis {
position: absolute;
right: 8px;
right: 4px;
bottom: 0.25em;
max-width: calc(100% - 12px);
line-height: 1.25em;
Expand Down
4 changes: 2 additions & 2 deletions style/module/dialog.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
display: var(--custom-search-display);
}

.b3-list-item__meta {
.b3-list-item__meta.b3-list-item__meta--ellipsis {
position: absolute;
right: 8px;
right: 4px;
bottom: 0.25em;
max-width: calc(100% - 12px);
line-height: 1.25em;
Expand Down

0 comments on commit e220100

Please sign in to comment.