File tree 4 files changed +5
-6
lines changed
templates/debug_toolbar/includes
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ htmlcov
12
12
.tox
13
13
geckodriver.log
14
14
coverage.xml
15
+ .direnv /
16
+ .envrc
Original file line number Diff line number Diff line change 734
734
# djDebug [data-theme = "dark" ] # djToggleThemeButton svg .theme-dark ,
735
735
# djDebug [data-theme = "auto" ] # djToggleThemeButton svg .theme-auto {
736
736
display : block;
737
+ height : 1rem ;
738
+ width : 1rem ;
737
739
}
Original file line number Diff line number Diff line change 2
2
aria-hidden ="true "
3
3
class ="djdt-hidden theme-auto "
4
4
fill ="currentColor "
5
- width ="1rem "
6
- height ="1rem "
7
5
viewBox ="0 0 32 32 "
8
6
version ="1.1 "
9
7
xmlns ="http://www.w3.org/2000/svg "
15
13
< svg
16
14
aria-hidden ="true "
17
15
class ="djdt-hidden theme-light "
18
- width ="1rem "
19
- height ="1rem "
20
16
viewBox ="0 0 24 24 "
21
17
fill ="none "
22
18
xmlns ="http://www.w3.org/2000/svg "
31
27
< svg
32
28
aria-hidden ="true "
33
29
class ="djdt-hidden theme-dark "
34
- width ="1rem "
35
- height ="1rem "
36
30
viewBox ="0 0 24 24 "
37
31
fill ="none "
38
32
xmlns ="http://www.w3.org/2000/svg "
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Pending
13
13
paths aren't installed.
14
14
* Introduce helper function ``debug_toolbar_urls `` to
15
15
simplify installation.
16
+ * Moved "1rem" height/width for SVGs to CSS properties.
16
17
17
18
4.4.2 (2024-05-27)
18
19
------------------
You can’t perform that action at this time.
0 commit comments