Skip to content

Commit

Permalink
[gchq#181] update pane-controls display
Browse files Browse the repository at this point in the history
  • Loading branch information
valdelaseras committed Apr 16, 2023
1 parent 2aa8dbb commit 3102adc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/web/stylesheets/components/_pane.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
}

.title {
padding: 8px;
padding-left: 12px;
padding-right: 12px;
padding: 8px 12px;
height: var(--title-height);
border-bottom: 1px solid var(--primary-border-colour);
font-weight: var(--title-weight);
Expand All @@ -25,11 +23,9 @@
}

.pane-controls {
position: absolute;
right: 8px;
top: 8px;
display: flex;
flex-direction: row;
display: inline-flex;
}

.pane-controls .btn {
Expand All @@ -49,3 +45,4 @@
#files .card-header .float-right a:hover {
text-decoration: none;
}

0 comments on commit 3102adc

Please sign in to comment.