Commit 65f2ceb0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '26435-show-project-avatars-on-mobile' into 'master'

Display project avatars on Admin Area and Projects pages for mobile views

See merge request !8506
parents 13cb9b0e e797f710
......@@ -37,10 +37,6 @@
display: none;
}
.project-avatar {
display: none;
}
.project-home-panel {
padding-left: 0 !important;
......
......@@ -587,11 +587,21 @@ pre.light-well {
.project-full-name {
@include str-truncated;
@media (max-width: $screen-xs-max) {
max-width: 50%;
}
}
.controls {
line-height: $list-text-height;
.badge {
@media (max-width: $screen-xs-max) {
display: none;
}
}
a:hover {
text-decoration: none;
}
......@@ -605,6 +615,12 @@ pre.light-well {
top: 2px;
}
}
.description p {
@media (max-width: $screen-xs-max) {
max-width: 50%;
}
}
}
.bottom {
......
---
title: Display project avatars on Admin Area and Projects pages for mobile views
merge_request:
author: Ryan Harris
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment