Fix avatar size

This commit is contained in:
yflory 2017-07-03 12:13:37 +02:00
parent 9b131dc49c
commit 70c9f3df75
2 changed files with 2 additions and 3 deletions

View File

@ -137,7 +137,7 @@ body .userlist-drawer {
min-width: 100%;
min-height: 100%;
max-width: none;
max-height: none !important; // To override 'media-tag img' in slide.less
max-height: none; // To override 'media-tag img' in slide.less
flex-shrink: 0;
}
}
@ -833,6 +833,7 @@ body .cryptpad-toolbar {
width: 64px;
padding: 0;
span {
width: 100%;
cursor: default;
font-size: 32px;
.fa {

View File

@ -321,8 +321,6 @@ div#modal #content, #print {
img {
position: relative;
min-width: 1%;
max-width: 90%;
max-height: 90%;
margin: auto;
}
.slideNumber {