Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98b53e4

Browse files
committedOct 22, 2015
Merge pull request #430 from appirio-tech/feature/tom-new-srm-styles
Feature/tom new srm styles
2 parents 11eec66 + 4af1181 commit 98b53e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎app/profile/subtrack/data/data-statistics.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
history-graph(promise="vm.historyPromise", rating="vm.typeStats.rank.rating", graph-state="vm.graphState")
88

9-
hr(ng-if="vm.history")
109

1110
.bottom(ng-show="vm.subTrack == 'MARATHON_MATCH' || vm.SRMDetailDisplay")
11+
hr(ng-if="vm.history")
12+
1213
h2.detailed Details
1314

1415
ul.vertical-stats(ng-show="vm.subTrack == 'MARATHON_MATCH'")

‎assets/css/profile/subtrack.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100

101101
}
102102

103+
.bottom {
104+
padding-bottom: 40px;
105+
}
103106
.horizontal-stats {
104107
display: flex;
105108
justify-content: center;

0 commit comments

Comments
 (0)
This repository has been archived.