Fixing a bug on title disabled new button size
This commit is contained in:
parent
d09f55bb94
commit
fd970e5c67
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
color: rgba(var(--body-color), 0.3);
|
color: rgba(var(--body-color), 0.3);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
min-height: 200px;
|
min-height: 160px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue