Skip to content

Commit

Permalink
style: proper borders added
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Apr 7, 2024
1 parent e6fab9c commit 9fd8a4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions darkstat/front/shared.templ
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,25 @@ templ TabContent() {
& #table-top {
overflow: scroll;
height: calc(65vh - 50px) !important;
border-style: solid;
border-width: 2px;
border-color: #D7D7D7;
}
& #table-bottom {
overflow: scroll;
height: 35vh;
border-style: solid;
border-width: 2px;
border-color: #D7D7D7;
}
}
& #infocard_view {
width: 25%;
overflow-y: scroll;
height: calc(100vh - 50px) !important;
border-style: solid;
border-width: 2px;
border-color: #D7D7D7;
}

.sortable {
Expand Down

0 comments on commit 9fd8a4d

Please sign in to comment.