Skip to content

Commit 0fb03c6

Browse files
committed
release v3.7.5
1 parent 9681a3a commit 0fb03c6

8 files changed

Lines changed: 36 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v3.7.5
2+
3+
- 适配思源v3.7.2
4+
5+
<br />
6+
7+
- Adapted to SiYuan v3.7.2
8+
9+
---
10+
111
### v3.7.4
212

313
![luminous frost glass](https://cdn.jsdelivr.net/gh/mustakshif/Asri-for-SiYuan@main/doc/luminous-frost-glass_v3.jpg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asri",
3-
"version": "3.7.4",
3+
"version": "3.7.5",
44
"private": true,
55
"repository": {
66
"type": "git",

styles/components/dialogs/functional.scss

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -125,33 +125,26 @@
125125
z-index: 0;
126126

127127
& > .b3-cards {
128-
grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
129-
margin: 0;
130-
padding: 32px;
131-
gap: 32px;
132128
display: grid;
133129

134130
.b3-card {
135-
width: auto !important;
136-
min-width: unset;
137-
margin: 0;
138131
border-radius: $border-rd-card;
139-
padding: 0;
140-
box-shadow: none;
141-
top: 0;
142-
// transform: scale(0.9);
143-
144-
&:hover {
145-
transform: scale(1.05);
146-
// box-shadow: 0 4px 18px -8px #0000001b;
147-
@include menu-shadow;
148-
149-
@include darkmode-counterpart {
150-
box-shadow: 0 8px 28px -8px #00000062;
151-
}
152-
}
153132
}
154133
}
134+
135+
.b3-cover__tabs {
136+
justify-content: center;
137+
position: sticky;
138+
top: 0;
139+
background-color: var(--b3-theme-background);
140+
z-index: 1;
141+
box-shadow: 0 12px 0 0 var(--b3-theme-background);
142+
}
143+
144+
.b3-chip {
145+
border-radius: 99px;
146+
padding: 6px 10px;
147+
}
155148
}
156149
}
157150

styles/features/_utils.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ https://css-tricks.com/easing-linear-gradients/
346346
}
347347

348348
&::before {
349-
box-shadow: 0 0 0 3px oklch(from var(--b3-theme-background) 0.25 0.03 h / max(0.4 * $oomph, 0.2)) inset;
349+
box-shadow: 0 0 0 3px oklch(from var(--b3-theme-background) 0.25 0.03 h / max(0.3 * $oomph, 0.2)) inset;
350350
filter: blur(max(7px * $oomph, 5px));
351351
// filter: blur(0px);
352352
transform: translate(0px, max(16px * $oomph, 10px));

styles/features/filetree-tree-branch-indents.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
mask-repeat: no-repeat;
2222
mask-position: center;
2323
left: unset;
24+
top: -14px;
2425
inset-inline-end: 6px;
2526
pointer-events: none;
2627
transition: 0.2s background-color;

styles/features/overflow-indicator.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ $fadeout-size-xl: 50px;
103103
@include overflow-indicator-fadein-bgClr($fadeout-size-m, $range: "top");
104104
}
105105

106-
[data-key="dialog-backgroundrandom"] .b3-dialog__body > .b3-cards {
107-
@include overflow-indicator-fadein-bgClr($fadeout-size-xl, $range: "top");
106+
// [data-key="dialog-backgroundrandom"] .b3-dialog__body {
107+
// @include overflow-indicator-fadein-bgClr($fadeout-size-xl, $range: "top");
108108

109-
padding-top: 0;
109+
// padding-top: 0;
110110

111-
&::before {
112-
grid-column: 1/-1;
113-
}
114-
}
111+
// &::before {
112+
// grid-column: 1/-1;
113+
// }
114+
// }
115115

116116
// #message>.fn__flex-1 {
117117
// @include overflow-indicator-fadein-mask($fadeout-size-m, $range: 'top bottom');

theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Asri",
33
"author": "mustakshif",
44
"url": "https://github.com/mustakshif/Asri",
5-
"version": "3.7.4",
5+
"version": "3.7.5",
66
"minAppVersion": "3.7.0",
77
"displayName": {
88
"default": "Asri",

0 commit comments

Comments
 (0)