Skip to content
Snippets Groups Projects
Commit 2830cb92 authored by Douwe Maan's avatar Douwe Maan
Browse files

Consistently style image in blob and diff

parent db40c668
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,10 +66,10 @@
&.video {
background: $file-image-bg;
text-align: center;
padding: 30px;
 
img,
video {
padding: 20px;
max-width: 80%;
}
}
Loading
Loading
Loading
Loading
@@ -247,7 +247,6 @@ $dark-diff-match-bg: rgba(255, 255, 255, 0.3);
$dark-diff-match-color: rgba(255, 255, 255, 0.1);
$file-mode-changed: #777;
$file-mode-changed: #777;
$diff-image-bg: #ddd;
$diff-image-info-color: grey;
$diff-swipe-border: #999;
$diff-view-modes-color: grey;
Loading
Loading
Loading
Loading
@@ -158,7 +158,7 @@
}
 
.image {
background: $diff-image-bg;
background: $file-image-bg;
text-align: center;
padding: 30px;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment