Skip to content

Commit 536ec4a

Browse files
committed
move to home.css
1 parent 5c0e899 commit 536ec4a

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

web_src/css/repo.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff 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%;

web_src/css/repo/home.css

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,33 @@
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+
}

0 commit comments

Comments
 (0)