fix(app): copy buttons smaller and out of the way
This commit is contained in:
parent
ef09dddaa5
commit
05529f66d7
7 changed files with 33 additions and 17 deletions
|
|
@ -120,6 +120,11 @@
|
|||
gap: calc(var(--spacing) * 0.5);
|
||||
}
|
||||
|
||||
&[data-size="small"] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
&[data-size="large"] {
|
||||
height: 32px;
|
||||
/* padding: 0 8px 0 6px; */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue