diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-26 17:15:22 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-26 17:15:22 +0100 |
commit | 6b5c3f09fdc3f5194bd776c2fe76b2e709619126 (patch) | |
tree | 431e297675108ea88060dd5902359d685a962c97 /app/assets | |
parent | 2830b46cbcbf754b81da6771471a95a8bf65f915 (diff) | |
download | gitlab-ce-6b5c3f09fdc3f5194bd776c2fe76b2e709619126.tar.gz |
Improved mobile stylingcommit-header-buttons
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/commit.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss index b01d4feb6e5..fc3f214aba5 100644 --- a/app/assets/stylesheets/pages/commit.scss +++ b/app/assets/stylesheets/pages/commit.scss @@ -26,8 +26,28 @@ .commit-info-row { margin-bottom: 10px; + + &.commit-info-row-header { + line-height: 34px; + + @media (min-width: $screen-sm-min) { + margin-bottom: 0; + } + + .commit-options-dropdown-caret { + @media (max-width: $screen-sm) { + margin-left: 0; + } + } + } + .avatar { @extend .avatar-inline; + margin-left: 0; + + @media (min-width: $screen-sm-min) { + margin-left: 4px; + } } .commit-committer-link, .commit-author-link { |