Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit995b492

Browse files
docs: fix inconsistent divider in rule categories box (#19249)
* docs: fix inconsistent divider in rule categories* fix styling errors---------Co-authored-by: Nitin Kumar <snitin315@gmail.com>
1 parentf76d05d commit995b492

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎docs/src/assets/scss/components/rules.scss‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@
1717
&:not(:first-child)::after {
1818
content:"";
1919
display:block;
20-
padding:1px;
2120
border-left:1pxsolidvar(--divider-color);
2221
left:0;
2322
}
2423
}
2524

26-
@mediascreenand (min-width:768px)and (max-width:1023px),screenand (min-width:1440px) {
25+
@mediascreenand (min-width:768px)and (max-width:799px),screenand (min-width:854px)and (max-width:1023px),screenand (min-width:1256px) {
2726
&:not(:first-child)::after {
2827
height:70%;
2928
position:absolute;
3029
}
3130
}
3231

33-
@mediascreenand (min-width:1024px)and (max-width:1439px) {
32+
@mediascreenand (min-width:800px)and (max-width:853px),screenand (min-width:1024px)and (max-width:1255px) {
3433
&:nth-child(2)::after {
3534
height:70%;
3635
position:absolute;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp