mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +00:00
added flex shrink to the new button
This commit is contained in:
parent
908c21ccf8
commit
820477e337
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue