Skip to content

Commit 86e2ce7

Browse files
author
Nicholas Thomson
committed
Fix clipping between numbers and permalink
1 parent f695fd9 commit 86e2ce7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/styles/main.less

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ header{
380380
display: none;
381381
color: #bbb;
382382
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
383+
right: 40px;
384+
top: 12px;
383385
}
384386

385387
.textlist tr:hover .permalink {
@@ -1123,11 +1125,11 @@ h2.loading {
11231125
text-align: center;
11241126
line-height: 42px;
11251127
color: @bright-blue;
1126-
1128+
11271129
text-shadow: 0 0 20px rgba(200, 200, 200, .5);
11281130
-webkit-animation: opacity-pulsate 2s linear;
1129-
-webkit-animation-iteration-count: infinite;
1130-
1131+
-webkit-animation-iteration-count: infinite;
1132+
11311133
}
11321134

11331135
@-webkit-keyframes pulsate {

0 commit comments

Comments
 (0)