chore: cleanup
This commit is contained in:
parent
cc917e45c5
commit
9e73dbe4c1
4 changed files with 5 additions and 2 deletions
|
@ -284,8 +284,7 @@ th {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
th:first-child,
|
||||
td:first-child {
|
||||
:is(th, td):first-child {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
& p {
|
||||
font-size: var(--font-size-sm);
|
||||
color: var(--text-color);
|
||||
margin: 0;
|
||||
|
||||
a {
|
||||
|
|
|
@ -28,6 +28,7 @@ form:has(+ *) {
|
|||
|
||||
select {
|
||||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
border: var(--border-gray);
|
||||
border-radius: var(--border-radius-slight);
|
||||
background-color: var(--background-color);
|
||||
|
|
|
@ -65,6 +65,8 @@
|
|||
|
||||
& table + p {
|
||||
font-size: var(--font-size-sm);
|
||||
margin-top: var(--spacing-base);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue