Skip to content

Commit

Permalink
Missing the CSS changes (#41)
Browse files Browse the repository at this point in the history
* Added Combat Log view

* Added the combat log download link.

* Revert CSS changes

* Missing the CSS changes
  • Loading branch information
Kraust authored May 12, 2024
1 parent e184da9 commit 1724b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ html, body {
}

.ui-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.ui-content {
margin: .5rem;
padding: .5rem;
flex: 1;
border-radius: .5rem;
}

Expand Down Expand Up @@ -67,3 +70,4 @@ table, td, tr, th {
display: inline-flex;
box-shadow: 0 0 0 .25rem rgba(200, 41, 52, .25);
}

0 comments on commit 1724b87

Please sign in to comment.