Fix avatar size
This commit is contained in:
@@ -137,7 +137,7 @@ body .userlist-drawer {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
max-width: none;
|
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;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -833,6 +833,7 @@ body .cryptpad-toolbar {
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
span {
|
span {
|
||||||
|
width: 100%;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
.fa {
|
.fa {
|
||||||
|
|||||||
@@ -321,8 +321,6 @@ div#modal #content, #print {
|
|||||||
img {
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 1%;
|
min-width: 1%;
|
||||||
max-width: 90%;
|
|
||||||
max-height: 90%;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.slideNumber {
|
.slideNumber {
|
||||||
|
|||||||
Reference in New Issue
Block a user