loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove some unused CSS styles (#26852)

1. `icons`: globally searched, no use in templates.
2. toast's `display: inline-block;`: there is a `display: flex` below.

authored by

wxiaoguang and committed by
GitHub
fcb4941d 3ff81d38

+1 -13
+1 -12
web_src/css/base.css
··· 1647 1647 margin-top: 1px; 1648 1648 } 1649 1649 1650 - i.icons .icon:first-child { 1651 - margin-right: 0; 1652 - } 1653 - 1654 1650 .ui.label { 1655 1651 padding: 0.3em 0.5em; 1656 1652 transition: none; ··· 1684 1680 background: var(--color-label-active-bg); 1685 1681 border-color: var(--color-label-active-bg); 1686 1682 color: var(--color-label-text); 1687 - } 1688 - 1689 - .ui.label > .detail .icons { 1690 - margin-right: 0.25em; 1691 - } 1692 - 1693 - .ui.label > .detail .icons .icon { 1694 - margin-right: 0; 1695 1683 } 1696 1684 1697 1685 .lines-blame-btn { ··· 2099 2087 vertical-align: -0.15em; 2100 2088 } 2101 2089 2090 + /* for the jquery.minicolors plugin */ 2102 2091 .minicolors-panel { 2103 2092 background: var(--color-secondary-dark-1) !important; 2104 2093 }
-1
web_src/css/modules/toast.css
··· 28 28 border-radius: var(--border-radius); 29 29 background: transparent; 30 30 border: none; 31 - display: inline-block; 32 31 display: flex; 33 32 width: 30px; 34 33 height: 30px;