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); 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 {

View File

@ -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>