Skip to content

Commit

Permalink
made final css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmasiaNalbandian authored and aserputov committed Feb 3, 2022
1 parent 5a47092 commit 63f4145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/api/status/public/css/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ canvas {
}

.card {
border-bottom-right-radius: 0rem !important;
border-bottom-left-radius: 0rem !important;
border-top-left-radius: 0.75rem !important;
border-top-right-radius: 0.75rem !important;
border-radius: 0.75rem 0.75rem 0 0 !important;
}
.card-body {
padding: 1rem !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@

.sidenav {
&.fixed-start + .main-content {
margin-left: 0 !important;
margin-left: 0.5rem !important;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/api/status/src/views/builds.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
</nav>
<div style="width: 100%; max-height: 100%; ">
<div id="build-hewader" class="card bg-white">
<div id="build-header" class="card bg-white">
<div class="card-body">
<h6 id="build-header-title" class="mb-0 text-lg text-center">
<i class="fa-spin fas fa-hourglass-half px-2"></i>Loading...
Expand Down

0 comments on commit 63f4145

Please sign in to comment.