6
6
margin : 2px 3px ;
7
7
}
8
8
9
- .pane .breakpoints-list {
10
- padding-bottom : 0.35em ;
11
- }
12
-
13
9
.breakpoints-list * {
14
10
user-select : none;
15
11
}
16
12
13
+ .breakpoints-list {
14
+ margin-top : 4px ;
15
+ margin-bottom : 4px ;
16
+ }
17
+
17
18
.breakpoints-list .breakpoint-heading {
18
19
text-overflow : ellipsis;
19
- overflow : hidden;
20
- display : flex;
21
20
width : 100% ;
22
- align-items : center;
21
+ font-size : 12px ;
22
+ line-height : 16px ;
23
+ }
24
+
25
+ .breakpoint-heading : not (: first-child ) {
26
+ margin-top : 2px ;
23
27
}
24
28
25
29
.breakpoints-list .breakpoint-heading .filename {
34
38
35
39
.breakpoints-list .breakpoint-heading ,
36
40
.breakpoints-list .breakpoint {
37
- font-size : 12px ;
38
41
color : var (--theme-content-color1 );
39
42
position : relative;
40
- transition : all 0.25s ease;
41
43
cursor : pointer;
42
44
}
43
45
44
46
.breakpoints-list .breakpoint-heading ,
45
47
.breakpoints-list .breakpoint ,
46
48
.breakpoints-exceptions ,
47
49
.breakpoints-exceptions-caught {
48
- padding : 0.25em 1em ;
50
+ display : flex;
51
+ align-items : center;
52
+ overflow : hidden;
53
+ padding-top : 2px ;
54
+ padding-bottom : 2px ;
55
+ padding-inline-start : 16px ;
56
+ padding-inline-end : 12px ;
49
57
}
50
58
51
59
.breakpoints-exceptions {
52
- padding-bottom : 0.5 em ;
53
- padding-top : 0.5 em ;
60
+ padding-bottom : 3 px ;
61
+ padding-top : 3 px ;
54
62
user-select : none;
55
63
}
56
64
57
- .breakpoints-list .breakpoint {
58
- min-height : var (--breakpoint-expression-height );
59
- overflow : hidden;
65
+ .breakpoints-exceptions-caught {
66
+ padding-bottom : 3px ;
67
+ padding-top : 3px ;
68
+ padding-inline-start : 36px ;
60
69
}
61
70
62
- .breakpoints-exceptions-caught {
63
- padding : 0 1 em 0.5 em 3 em ;
64
- margin-top : -0.25 em ;
71
+ .breakpoints-exceptions-options {
72
+ padding-top : 4 px ;
73
+ padding-bottom : 4 px ;
65
74
}
66
75
67
- html [ dir = "rtl" ] .breakpoints-exceptions-caught {
68
- padding : 0 3 em 0.5 em 1 em ;
76
+ . xhr-breakpoints-pane .breakpoints-exceptions-options {
77
+ border-bottom : 1 px solid var ( --theme-splitter-color ) ;
69
78
}
70
79
71
80
.breakpoints-exceptions-options : not (.empty ) {
72
81
border-bottom : 1px solid var (--theme-splitter-color );
73
- margin-bottom : 3px ;
74
82
}
75
83
76
84
.breakpoints-exceptions input ,
77
85
.breakpoints-exceptions-caught input {
78
86
padding-inline-start : 2px ;
87
+ margin-top : 0px ;
88
+ margin-bottom : 0px ;
79
89
margin-inline-start : 0 ;
90
+ margin-inline-end : 2px ;
80
91
vertical-align : text-bottom;
81
92
}
82
93
83
94
.breakpoint-exceptions-label {
84
- padding-top : 2px ;
85
- padding-inline-start : 2px ;
95
+ line-height : 14px ;
86
96
padding-inline-end : 8px ;
87
97
cursor : default;
88
- }
89
-
90
- .breakpoints-list .breakpoint ,
91
- .breakpoints-exceptions ,
92
- .breakpoints-exceptions-caught {
93
- display : flex;
94
- align-items : center;
98
+ overflow : hidden;
99
+ text-overflow : ellipsis;
95
100
}
96
101
97
102
html [dir = "rtl" ] .breakpoints-list .breakpoint ,
@@ -128,11 +133,17 @@ html .breakpoints-list .breakpoint.paused {
128
133
background-color : var (--search-overlays-semitransparent );
129
134
}
130
135
136
+ .breakpoint-line-close {
137
+ margin-inline-start : 4px ;
138
+ }
139
+
131
140
.breakpoints-list .breakpoint .breakpoint-line {
132
141
font-size : 11px ;
133
142
color : var (--theme-comment );
134
143
min-width : 16px ;
135
144
text-align : end;
145
+ padding-top : 1px ;
146
+ padding-bottom : 1px ;
136
147
}
137
148
138
149
.breakpoints-list .breakpoint : hover .breakpoint-line ,
@@ -145,24 +156,24 @@ html .breakpoints-list .breakpoint.paused {
145
156
}
146
157
147
158
.breakpoints-list .breakpoint-label {
148
- max-width : calc (100% - var (--breakpoint-expression-right-clear-space ));
149
159
display : inline-block;
150
- padding-inline-end : 8px ;
151
160
cursor : pointer;
152
161
flex-grow : 1 ;
153
162
text-overflow : ellipsis;
154
163
overflow : hidden;
155
- padding-top : 2px ;
156
164
font-size : 11px ;
157
165
}
158
166
159
- .breakpoints-list .breakpoint-label ,
167
+ .breakpoints-list .breakpoint-label span ,
160
168
.breakpoint-line-close {
161
- line-height : 1.4em ;
169
+ display : inline;
170
+ line-height : 14px ;
162
171
}
163
172
164
173
.breakpoint-checkbox {
165
- margin-inline-start : 0 ;
174
+ margin-inline-start : 0px ;
175
+ margin-top : 0px ;
176
+ margin-bottom : 0px ;
166
177
vertical-align : text-bottom;
167
178
}
168
179
0 commit comments