style(views/table): reintroduce horizontal padding

This commit is contained in:
Elian Doran 2025-07-04 21:27:10 +03:00
parent ba22d0706f
commit d08225339c
No known key found for this signature in database

View File

@ -21,6 +21,7 @@ const TPL = /*html*/`
position: relative; position: relative;
height: 100%; height: 100%;
user-select: none; user-select: none;
padding: 0 5px 0 10px;
} }
.table-view-container { .table-view-container {