Skip to content

Commit

Permalink
Merge pull request #5709 from storybooks/5652-mobile-styling
Browse files Browse the repository at this point in the history
Fix up mobile styling
  • Loading branch information
ndelangen committed Feb 21, 2019
2 parents cedc39f + c58a404 commit 280abc5
Show file tree
Hide file tree
Showing 8 changed files with 474 additions and 211 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3504,29 +3504,6 @@ exports[`Storyshots UI|Settings/ShortcutsScreen default shortcuts 1`] = `
margin-right: 15px;
}
.emotion-5 {
height: 40px;
background: none;
color: inherit;
padding: 0;
cursor: pointer;
border: 0 solid transparent;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
-webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
transition: color 0.2s linear,border-bottom-color 0.2s linear;
}
.emotion-5:hover,
.emotion-5:focus {
outline: 0 none;
color: #1EA7FD;
}
.emotion-5 > svg {
width: 15px;
}
.emotion-4 {
shape-rendering: inherit;
-webkit-transform: translate3d(0,0,0);
Expand All @@ -3551,6 +3528,29 @@ exports[`Storyshots UI|Settings/ShortcutsScreen default shortcuts 1`] = `
width: 100%;
}
.emotion-5 {
height: 40px;
background: none;
color: inherit;
padding: 0;
cursor: pointer;
border: 0 solid transparent;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
-webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
transition: color 0.2s linear,border-bottom-color 0.2s linear;
}
.emotion-5:hover,
.emotion-5:focus {
outline: 0 none;
color: #1EA7FD;
}
.emotion-5 > svg {
width: 15px;
}
.emotion-96 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -4035,29 +4035,6 @@ exports[`Storyshots UI|Settings/ShortcutsScreen default shortcuts 1`] = `
margin-right: 15px;
}
.emotion-5 {
height: 40px;
background: none;
color: inherit;
padding: 0;
cursor: pointer;
border: 0 solid transparent;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
-webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
transition: color 0.2s linear,border-bottom-color 0.2s linear;
}
.emotion-5:hover,
.emotion-5:focus {
outline: 0 none;
color: #1EA7FD;
}
.emotion-5 > svg {
width: 15px;
}
.emotion-4 {
shape-rendering: inherit;
-webkit-transform: translate3d(0,0,0);
Expand All @@ -4082,6 +4059,29 @@ exports[`Storyshots UI|Settings/ShortcutsScreen default shortcuts 1`] = `
width: 100%;
}
.emotion-5 {
height: 40px;
background: none;
color: inherit;
padding: 0;
cursor: pointer;
border: 0 solid transparent;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
-webkit-transition: color 0.2s linear,border-bottom-color 0.2s linear;
transition: color 0.2s linear,border-bottom-color 0.2s linear;
}
.emotion-5:hover,
.emotion-5:focus {
outline: 0 none;
color: #1EA7FD;
}
.emotion-5 > svg {
width: 15px;
}
.emotion-96 {
display: -webkit-box;
display: -webkit-flex;
Expand Down
Loading

0 comments on commit 280abc5

Please sign in to comment.