Skip to content
Snippets Groups Projects
Commit e6b97d09 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve font sizes for code and diff

parent 0f52d259
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,8 +17,8 @@ v 7.8.0
- Show tags in commit view (Hannes Rosenögger)
- Only count a user's vote once on a merge request or issue (Michael Clarke)
-
-
-
- Increate font size when browse source files and diffs
- Create new file in empty repository using GitLab UI
-
- Upgrade Sidekiq gem to version 3.3.0
- Stop git zombie creation during force push check
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@
border-radius: 0;
font-family: $monospace_font;
font-size: $code_font_size !important;
line-height: 1.4 !important;
line-height: $code_line_height !important;
margin: 0;
overflow: auto;
overflow-y: hidden;
Loading
Loading
@@ -39,7 +39,7 @@
font-family: $monospace_font;
display: block;
font-size: $code_font_size !important;
line-height: 1.4 !important;
line-height: $code_line_height !important;
white-space: nowrap;
 
i {
Loading
Loading
Loading
Loading
@@ -60,3 +60,4 @@ $sidebar_width: 230px;
 
$avatar_radius: 50%;
$code_font_size: 13px;
$code_line_height: 1.5;
Loading
Loading
@@ -37,7 +37,7 @@
overflow-y: hidden;
background: #FFF;
color: #333;
font-size: 12px;
font-size: $code_font_size;
.old {
span.idiff {
background-color: #F99;
Loading
Loading
@@ -64,8 +64,8 @@
margin: 0px;
padding: 0px;
td {
line-height: 18px;
font-size: 12px;
line-height: $code_line_height;
font-size: $code_font_size;
}
}
 
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