Small style updates

This commit is contained in:
Andrew Kingston 2023-03-07 12:10:50 +00:00
parent 0e9fc297fb
commit 7f231aecdf
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@
background: var(--spectrum-global-color-gray-100);
display: grid;
place-items: center;
width: 40px;
width: 46px;
border-left: var(--cell-border);
}
.new-column:hover {

View File

@ -15,7 +15,6 @@
.users {
display: flex;
flex-direction: row;
padding: 0 10px;
gap: 8px;
}
</style>