Lint roll
This commit is contained in:
+1
-1
@@ -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) {
|
||||||
|
|||||||
+2
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user