File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
debug_toolbar/static/debug_toolbar/css Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 64
64
# djDebug tr ,
65
65
# djDebug th ,
66
66
# djDebug td ,
67
+ # djDebug summary ,
67
68
# djDebug button {
68
69
margin : 0 ;
69
70
padding : 0 ;
159
160
text-decoration : none;
160
161
display : block;
161
162
font-size : 16px ;
162
- padding : 10 px 10px 5 px 25px ;
163
+ padding : 7 px 10px 8 px 25px ;
163
164
color : # fff ;
164
165
}
165
166
# djDebug # djDebugToolbar li > div .djdt-disabled {
178
179
179
180
# djDebug # djDebugToolbar li .djdt-active : before {
180
181
content : "▶" ;
182
+ font-family : sans-serif;
181
183
position : absolute;
182
184
left : 0 ;
183
185
top : 50% ;
388
390
position : absolute;
389
391
top : 4px ;
390
392
right : 15px ;
391
- height : 16px ;
392
- width : 16px ;
393
393
line-height : 16px ;
394
- padding : 5px ;
395
394
border : 6px solid # ddd ;
396
395
border-radius : 50% ;
397
396
background : # fff ;
398
397
color : # ddd ;
399
- text-align : center;
400
398
font-weight : 900 ;
401
399
font-size : 20px ;
402
- box-sizing : content-box;
400
+ height : 36px ;
401
+ width : 36px ;
402
+ padding : 0 0 5px ;
403
+ box-sizing : border-box;
404
+ display : grid;
405
+ place-items : center;
403
406
}
404
407
405
408
# djDebug .djdt-panelContent .djDebugClose : hover {
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Pending
14
14
users to disable the inclusion of all project code. This will be useful
15
15
to project setups that have dependencies installed under
16
16
``settings.BASE_DIR ``.
17
- * The toolbar's font stack now prefers system UI fonts.
17
+ * The toolbar's font stack now prefers system UI fonts. Tweaked the CSS a bit
18
+ to improve spacings.
18
19
19
20
3.6.0 (2022-08-17)
20
21
------------------
You can’t perform that action at this time.
0 commit comments