File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
templates/debug_toolbar/includes Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ htmlcov
1212.tox
1313geckodriver.log
1414coverage.xml
15+ .direnv /
16+ .envrc
Original file line number Diff line number Diff line change 734734# djDebug [data-theme = "dark" ] # djToggleThemeButton svg .theme-dark ,
735735# djDebug [data-theme = "auto" ] # djToggleThemeButton svg .theme-auto {
736736 display : block;
737+ height : 1rem ;
738+ width : 1rem ;
737739}
Original file line number Diff line number Diff line change 22 aria-hidden ="true "
33 class ="djdt-hidden theme-auto "
44 fill ="currentColor "
5- width ="1rem "
6- height ="1rem "
75 viewBox ="0 0 32 32 "
86 version ="1.1 "
97 xmlns ="http://www.w3.org/2000/svg "
1513< svg
1614 aria-hidden ="true "
1715 class ="djdt-hidden theme-light "
18- width ="1rem "
19- height ="1rem "
2016 viewBox ="0 0 24 24 "
2117 fill ="none "
2218 xmlns ="http://www.w3.org/2000/svg "
3127< svg
3228 aria-hidden ="true "
3329 class ="djdt-hidden theme-dark "
34- width ="1rem "
35- height ="1rem "
3630 viewBox ="0 0 24 24 "
3731 fill ="none "
3832 xmlns ="http://www.w3.org/2000/svg "
You can’t perform that action at this time.
0 commit comments