Skip to content

Commit 73a6a15

Browse files
committed
minor css fixes
1 parent 2796c9b commit 73a6a15

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/static/css/gitly.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ a {
4949
font-size: 14px;
5050
text-decoration: none;
5151
}
52+
h2 {
53+
padding:10px;
54+
}
5255

5356
code {
5457
background-color: #f7f7f7;
@@ -415,6 +418,7 @@ form {
415418

416419

417420

418-
@import "files", "langs", "tree", "commits", "hl_table", "branches", "admin",
419-
"blob", "contributors", "issues", "user", "releases", "feed", "search";
421+
422+
@import "files.scss", "langs.scss", "tree.scss", "commits.scss", "hl_table.scss", "branches.scss", "admin.scss",
423+
"blob.scss", "contributors.scss", "issues.scss", "user.scss", "releases.scss", "feed.scss", "search.scss";
420424

src/static/css/tree.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
196196
.repo-code-container:hover .repo-clone-dropdown {
197197
display: block;
198198
}
199-
200199
/* Repo About / Actions Section */
201200
.repo-about {
202201
display: flex;
@@ -206,7 +205,7 @@
206205
h2, p, div:not(.button-container) {
207206
/* Hide original text elements if purely for structure,
208207
or style them if they contain description */
209-
display: none;
208+
//display: none;
210209
}
211210

212211
/* Show buttons explicitly */

0 commit comments

Comments
 (0)