Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8287 from brave/downloads-bar-adjustments
Browse files Browse the repository at this point in the history
Adjusts layout of download items
  • Loading branch information
NejcZdovc authored Apr 13, 2017
2 parents ffd9ac8 + 6f27b7d commit 2cb21dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions less/downloadBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--download-bar-buttons: 22px;
}

@downloadItemHeight: 46px;
@downloadItemHeight: 50px;

.downloadsBar {
user-select: none;
Expand Down Expand Up @@ -46,7 +46,7 @@
min-width: var(--download-item-width);

&:hover {
height: 72px;
height: 73px;
top: -23px;

.downloadInfo .downloadArrow {
Expand All @@ -55,6 +55,7 @@

.downloadProgress {
bottom: 0;
height: 47px;
}
}

Expand Down Expand Up @@ -82,7 +83,7 @@
}

&.deleteConfirmationVisible:hover {
height: 97px;
height: 108px;
top: -58px;
}

Expand All @@ -92,8 +93,8 @@
left: 0;
opacity: 0.5;
position: absolute;
height: @downloadItemHeight;
width: 100%;
height: 100%;
}

.downloadInfo {
Expand Down Expand Up @@ -124,7 +125,7 @@
}

.downloadActions {
margin: auto 0;
margin: 8px 0 0;
.browserButton {
font-size: 14px;
height: auto;
Expand Down

0 comments on commit 2cb21dd

Please sign in to comment.