Better loading (and some other misc cleanup)
This commit is contained in:
parent
bf6709e2fd
commit
3eb11d3aeb
5 changed files with 60 additions and 16 deletions
|
@ -10,20 +10,20 @@ export const copy = style({
|
|||
});
|
||||
|
||||
export const copy_button = style({
|
||||
display: 'flex',
|
||||
margin: 0,
|
||||
border: 'none',
|
||||
padding: 0,
|
||||
outline: 'inherit',
|
||||
fontFamily: 'monospace',
|
||||
fontSize: '1.1em',
|
||||
lineHeight: '2em',
|
||||
color: 'inherit',
|
||||
whiteSpace: 'pre-wrap',
|
||||
transition: 'background-color 0.35s',
|
||||
background: 'none',
|
||||
width: 'max-content',
|
||||
height: '100%',
|
||||
display: 'flex',
|
||||
margin: 0,
|
||||
border: 'none',
|
||||
padding: 0,
|
||||
outline: 'inherit',
|
||||
fontFamily: 'monospace',
|
||||
fontSize: '1.1em',
|
||||
lineHeight: '2em',
|
||||
color: 'inherit',
|
||||
whiteSpace: 'pre-wrap',
|
||||
transition: 'background-color 0.35s',
|
||||
background: 'none',
|
||||
width: 'max-content',
|
||||
height: '100%',
|
||||
':hover': {
|
||||
backgroundColor: colors.background2,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue