Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
2289e600
Commit
2289e600
authored
Feb 19, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated retina media query based on
https://css-tricks.com/snippets/css/retina-display-media-query/
parent
d21b5be4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/pages/emojis.scss
app/assets/stylesheets/pages/emojis.scss
+6
-4
No files found.
app/assets/stylesheets/pages/emojis.scss
View file @
2289e600
...
...
@@ -1724,10 +1724,12 @@
height
:
20px
;
width
:
20px
;
@media
only
screen
and
(
-
webkit-min-device-pixel-ratio
:
1
.5
)
,
only
screen
and
(
-
moz-min-device-pixel-ratio
:
1
.5
)
,
only
screen
and
(
-
o-min-device-pixel-ratio
:
3
/
2
)
,
only
screen
and
(
min-device-pixel-ratio
:
1
.5
)
{
@media
only
screen
and
(
-
webkit-min-device-pixel-ratio
:
2
)
,
only
screen
and
(
min--moz-device-pixel-ratio
:
2
)
,
only
screen
and
(
-
o-min-device-pixel-ratio
:
2
/
1
)
,
only
screen
and
(
min-device-pixel-ratio
:
2
)
,
only
screen
and
(
min-resolution
:
192dpi
)
,
only
screen
and
(
min-resolution
:
2dppx
)
{
background-image
:
image-url
(
'emoji@2x.png'
);
background-size
:
840px
820px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment