Browse Source

Make sure larger images get sized down correctly.

pull/76/head
Simon Eisenmann 11 years ago
parent
commit
ea784c0cfb
  1. 2
      src/styles/components/_buddylist.scss
  2. 2
      src/styles/components/_chat.scss
  3. 2
      static/css/main.min.css

2
src/styles/components/_buddylist.scss

@ -167,6 +167,8 @@ @@ -167,6 +167,8 @@
position: absolute;
right: 0;
top: 0;
max-height: 100%;
max-width: 100%;
}
}
.buddyPictureSmall {

2
src/styles/components/_chat.scss

@ -378,6 +378,8 @@ @@ -378,6 +378,8 @@
right: 0;
position: absolute;
top: 0;
max-height: 100%;
max-width: 100%;
}
}
}

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save