We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335aefe commit 2dc7479Copy full SHA for 2dc7479
1 file changed
src/plugin/syringe/index.less
@@ -112,15 +112,26 @@ body {
112
flex-flow: column;
113
114
// 当其他脚本在这里插入过多链接时。修改布局
115
- --ehs-gap: 1;
116
- &:has(:nth-child(8)) {
117
- --ehs-gap: 0;
118
- justify-content: space-around;
+ &:has(> :nth-child(10)) {
+ :is(.g2, .g3):not(:has(+ .gsp)) {
+ padding-bottom: 8px;
+ }
119
+ .gsp {
120
+ padding-top: 0;
121
122
123
+ &:has(> :nth-child(15)) {
124
125
+ padding-bottom: 4px;
126
127
128
129
130
}
131
132
.g2,
133
.g3 {
- padding-bottom: calc(20px * var(--ehs-gap, 1));
134
+ padding-bottom: 20px;
135
136
.gsp {
137
padding-top: 10px;
0 commit comments