@seafile/seafile-database 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,12 +9,6 @@
9
9
  background: #eaeaea;
10
10
  }
11
11
 
12
- .collaborator .collaborator-avatar,
13
- .collaborator .collaborator-name {
14
- height: 20px;
15
- line-height: 18px;
16
- }
17
-
18
12
  .collaborator .collaborator-avatar {
19
13
  display: flex;
20
14
  align-items: center;
@@ -100,6 +100,10 @@
100
100
  overflow: unset;
101
101
  }
102
102
 
103
+ .sea-metadata-row-header-cell .seafile-multicolor-icon {
104
+ color: #666;
105
+ }
106
+
103
107
  .sea-metadata-table-row {
104
108
  width: 100%;
105
109
  border-bottom: 1px solid var(--bs-border-secondary-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-database",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "private": false,
5
5
  "description": "This is a seafile database components",
6
6
  "main": "dist/index.js",