mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #433 from sharelatex/pr-review-logo-retina
Add retina icon for review features.
This commit is contained in:
commit
dfe2969da2
2 changed files with 4 additions and 0 deletions
BIN
services/web/public/img/review-icon-sprite@2x.png
Normal file
BIN
services/web/public/img/review-icon-sprite@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -762,6 +762,10 @@
|
|||
.toolbar .btn-full-height:active & {
|
||||
background-position-y: -60px;
|
||||
}
|
||||
|
||||
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
|
||||
background-image: url('/img/review-icon-sprite@2x.png');
|
||||
}
|
||||
}
|
||||
|
||||
.resolved-comments-toggle {
|
||||
|
|
Loading…
Reference in a new issue