1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

fix: stop log scroll bar from overlapping copy icon

fixes #27
This commit is contained in:
Ash Keel 2022-12-01 16:26:18 +01:00
parent c869ac7d0e
commit d4e99bfe10
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -158,8 +158,8 @@ const LogMessage = styled('div', {
const LogActions = styled('div', {
gridColumn: '3',
display: 'flex',
gap: '0.5rem',
padding: '0.4rem 0.5rem 0',
gap: '10px',
padding: '0.4rem 12px 0',
'& a': {
color: '$gray10',
'&:hover': {