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 authored and shilman committed Feb 22, 2019
1 parent 17f1d8d commit 353c463
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 @@ -3485,29 +3485,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 @@ -3532,6 +3509,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 @@ -3997,29 +3997,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 @@ -4044,6 +4021,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 353c463

Please sign in to comment.