Lint roll
This commit is contained in:
parent
5a2e631ed3
commit
ed63f18cf1
2 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue