* Fix bug#21893

This commit is contained in:
zenggang
2022-04-21 09:13:05 +00:00
parent fa83e638cf
commit c7f61807c8
+4
View File
@@ -11,3 +11,7 @@
.c-commit {width: 70px;}
.c-committer {width: 100px;}
.c-icon {width: 30px;}
/* Fix bug #21893. */
.in #sidebar>.sidebar-toggle>.icon-angle-left:before {content: "\e315";}
.hide-sidebar #sidebar>.sidebar-toggle>.icon-angle-left:before {content: "\e314";}