Skip to content

Commit 15e3cf0

Browse files
author
Akshay
committed
Added common header class, loading text and other fix.
1 parent 896d9f7 commit 15e3cf0

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

dist/github.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/github.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
box-sizing: border-box;
2222
}
2323
.gt-container{
24+
position: relative;
2425
font-family: 'Source Sans Pro', sans-serif;
2526
width: 100%;
2627
background-color: #FFF;
@@ -30,7 +31,7 @@
3031
font-size: 1rem;
3132
min-width: 270px;
3233
}
33-
.gt-usr-header, .gt-org-header{
34+
.gt-header{
3435
position: relative;
3536
width: 100%;
3637
padding-top: 10px;
@@ -56,15 +57,15 @@
5657
padding: 10px 20px;
5758
text-align: center;
5859
}
59-
.gt-usr-header .user-name, .gt-org-header .user-name{
60+
.gt-header .user-name{
6061
display: block;
6162
overflow: hidden;
6263
width: 100%;
6364
font-size: 1.6rem;
6465
line-height: 30px;
6566
text-overflow: ellipsis;
6667
}
67-
.gt-usr-header .user-login, .gt-org-header .user-login{
68+
.gt-header .user-login{
6869
display: block;
6970
overflow: hidden;
7071
width: 100%;
@@ -75,7 +76,7 @@
7576
color: #666;
7677
text-overflow: ellipsis;
7778
}
78-
.gt-usr-header .user-login:hover, .gt-org-header .user-login:hover{
79+
.gt-header .user-login:hover{
7980
text-decoration: underline;
8081
}
8182
.gt-usr-details{
@@ -275,7 +276,7 @@
275276
.gt-repo-lg-name:hover:before {
276277
border-bottom-color: #222;
277278
border-width: 5px;
278-
left: 45%;
279+
left: 48%;
279280
}
280281
.gt-repo-lg-name:before {
281282
border: solid transparent;
@@ -284,6 +285,11 @@
284285
width: 0;
285286
position: absolute;
286287
pointer-events: none;
287-
top: 70%;
288+
top: 75%;
288289
z-index: 201;
289290
}
291+
.gt-loading-txt{
292+
text-align: center;
293+
padding: 5px 0;
294+
color: #999;
295+
}

0 commit comments

Comments
 (0)