added flex shrink to the new button

This commit is contained in:
supertiger1234 2020-01-25 19:22:11 +00:00
parent 908c21ccf8
commit 820477e337

View file

@ -203,6 +203,7 @@ export default {
align-items: center;
padding: 5px;
justify-content: center;
flex-shrink: 0;
background: rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: 0.2s;