File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -1822,35 +1822,6 @@ td .commit-summary {
18221822 background : var (--color-secondary );
18231823}
18241824
1825- .language-stats {
1826- display : flex;
1827- gap : 2px ;
1828- padding : 0 ;
1829- height : 10px ;
1830- white-space : nowrap;
1831- border-radius : 0 0 3px 3px !important ;
1832- overflow : hidden;
1833- width : 100% ;
1834- margin-top : 1rem ;
1835- margin-bottom : 5px ;
1836- }
1837-
1838- .language-stats-details {
1839- display : flex;
1840- flex-wrap : wrap;
1841- }
1842-
1843- .language-stats-details .item {
1844- height : 30px ;
1845- line-height : var (--line-height-default );
1846- display : flex;
1847- align-items : center;
1848- justify-content : center;
1849- gap : 0.25em ;
1850- padding : 0 0.5em ; /* make the UI look better for narrow (mobile) view */
1851- text-decoration : none;
1852- }
1853-
18541825# cite-repo-modal # citation-panel {
18551826 display : flex;
18561827 width : 100% ;
Original file line number Diff line number Diff line change 55 line-clamp : 2 ;
66 overflow : hidden;
77 text-overflow : ellipsis;
8- }
8+ }
9+
10+ .language-stats {
11+ display : flex;
12+ gap : 2px ;
13+ padding : 0 ;
14+ height : 10px ;
15+ white-space : nowrap;
16+ border-radius : 0 0 3px 3px !important ;
17+ overflow : hidden;
18+ width : 100% ;
19+ margin-top : 1rem ;
20+ margin-bottom : 5px ;
21+ }
22+
23+ .language-stats-details {
24+ display : flex;
25+ flex-wrap : wrap;
26+ }
27+
28+ .language-stats-details .item {
29+ height : 30px ;
30+ line-height : var (--line-height-default );
31+ display : flex;
32+ align-items : center;
33+ justify-content : center;
34+ gap : 0.25em ;
35+ padding : 0 0.5em ; /* make the UI look better for narrow (mobile) view */
36+ text-decoration : none;
37+ }
You can’t perform that action at this time.
0 commit comments