Skip to content

Commit

Permalink
Merge pull request #78 from sakkamade/footer-fix
Browse files Browse the repository at this point in the history
Improve status message in the footer
  • Loading branch information
leoding86 authored Jul 19, 2021
2 parents 0665c29 + 586b924 commit 525bee3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/renderer/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,22 +110,24 @@ export default {
.footer-container {
$height: 25px;
display: flex;
height: $height;
overflow: hidden;
.footer-left {
//
margin-right: 110px; /* to compensate for the overall width of .footer-right */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer-right {
flex: 1;
bottom: 0;
text-align: right;
position: absolute;
right: 8px; /* equal to side padding of .footer-btn */
}
.footer-status {
display: inline-block;
max-width: 350px;
height: $height;
line-height: $height;
vertical-align: top;
Expand Down

0 comments on commit 525bee3

Please sign in to comment.