aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/scss
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-06-03 12:09:51 +0200
committerHampusM <hampus@hampusmat.com>2021-06-03 12:09:51 +0200
commit4b0787b12bff23b3f0873ee0dd3d8f0e3f9fb0af (patch)
tree1c33f6964440d1e01c550e2ef430a7a76cfb3c9f /src/frontend/scss
parent0734d4b344f8ff98a00890fa1f3c3995837dea11 (diff)
Added a proper blob page
Diffstat (limited to 'src/frontend/scss')
-rw-r--r--src/frontend/scss/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend/scss/style.scss b/src/frontend/scss/style.scss
index 1f2cd6a..0cc748d 100644
--- a/src/frontend/scss/style.scss
+++ b/src/frontend/scss/style.scss
@@ -353,6 +353,11 @@ th {
}
}
+[line]::before {
+ content: attr(line);
+ padding-right: 10px;
+}
+
@include media-breakpoint-down(sm) {
.commit-file table tbody tr td {
padding-left: 4px;