From 8d1ad55598311e079e2af07fb7aa3f9992ba4f65 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 26 Jul 2018 17:25:41 +0200 Subject: Responsive design fixes (#4508) * reset to master * build css * Fixed spacing --- public/less/_user.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'public/less/_user.less') diff --git a/public/less/_user.less b/public/less/_user.less index cc57239b59..3b29436bf7 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -37,6 +37,22 @@ } } } + + #profile-avatar { + @media only screen and (max-width: 768px) { + height: 250px; + overflow: hidden; + + img { + max-height: 768px; + max-width: 768px; + } + } + } + + @media only screen and (max-width: 768px) { + width: 100%; + } } .ui.repository.list { -- cgit v1.2.3