♻️ Adjust card/table toggle and table layout

This commit is contained in:
lostdesign
2019-09-30 15:42:39 +02:00
parent 2832b2fb3d
commit 431463213a
4 changed files with 19 additions and 52 deletions

View File

@@ -51,10 +51,10 @@ export default {
display: grid;
grid-template-columns: 1fr 1fr;
width: min-content;
border: 3px;
border: 1px;
border-color: #08e5ff;
border-style: solid;
border-radius: 0.5rem;
border-radius: 0.25rem;
overflow: hidden;
}
.viewToggle {