Small style updates
This commit is contained in:
parent
0e9fc297fb
commit
7f231aecdf
|
@ -40,7 +40,7 @@
|
||||||
background: var(--spectrum-global-color-gray-100);
|
background: var(--spectrum-global-color-gray-100);
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
width: 40px;
|
width: 46px;
|
||||||
border-left: var(--cell-border);
|
border-left: var(--cell-border);
|
||||||
}
|
}
|
||||||
.new-column:hover {
|
.new-column:hover {
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
.users {
|
.users {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 0 10px;
|
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue