Commit 33f8b36b by Łukasz Siatka Committed by Lukas Siatka

updated toolbar - added media query for tail buttons

parent 6798ad97
...@@ -44,6 +44,9 @@ const getStyles = memoizeOne(() => { ...@@ -44,6 +44,9 @@ const getStyles = memoizeOne(() => {
return { return {
liveTailButtons: css` liveTailButtons: css`
margin-left: 10px; margin-left: 10px;
@media (max-width: 1110px) {
margin-left: 4px;
}
`, `,
}; };
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment