Lint roll

This commit is contained in:
Lesley Norton 2021-11-29 16:13:54 -06:00
parent 5a2e631ed3
commit ed63f18cf1
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E
2 changed files with 3 additions and 2 deletions

View file

@ -49,7 +49,7 @@ button {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
max-width: 70%; max-inline-size: 70%;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {

View file

@ -2047,7 +2047,8 @@ tr:hover > td > .trash-button {
align-content: center; align-content: center;
flex-direction: column; flex-direction: column;
background-color: white; background-color: white;
padding: 2.25rem; padding-block: 2.25rem;
padding-inline: 2.25rem;
display: none; display: none;
} }