File tree Expand file tree Collapse file tree 6 files changed +7
-2
lines changed
Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## next
4+
5+ - Use SVG icons for better visual effects (#637 ).
6+
37## 1.11.6 (Sep 17, 2023)
48
59- Fix an issue where some CSS styles were incompatible with old browsers (#611 ).
Original file line number Diff line number Diff line change 1313.viewer-fullscreen-exit ,
1414.viewer-close {
1515 & ::before {
16- background-image : url ('../images/icons.png ' );
16+ background-image : url ('../images/icons.svg ' );
1717 background-repeat : no-repeat;
1818 background-size : 280px ;
1919 color : transparent;
Original file line number Diff line number Diff line change 1414 & -fullscreen-exit ,
1515 & -close {
1616 & ::before {
17- background-image : url (' ../images/icons.png ' );
17+ background-image : url (' ../images/icons.svg ' );
1818 background-repeat : no-repeat ;
1919 background-size : 280px ;
2020 color : transparent ;
You can’t perform that action at this time.
0 commit comments