updated toolbar - added media query for tail buttons

pull/19778/head
Łukasz Siatka 6 years ago committed by Lukas Siatka
parent 6798ad9762
commit 33f8b36b44
  1. 3
      public/app/features/explore/ExploreToolbar.tsx

@ -44,6 +44,9 @@ const getStyles = memoizeOne(() => {
return {
liveTailButtons: css`
margin-left: 10px;
@media (max-width: 1110px) {
margin-left: 4px;
}
`,
};
});

Loading…
Cancel
Save