Skip to content

Commit

Permalink
Added style for window-appicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
MairwunNx committed Jan 24, 2019
1 parent c5ae115 commit dbe838a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/sass/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,18 @@
z-index: 99;
width: 100%;
}


.window-appicon {
width: 35px;
height: 100%;
position: relative;
z-index: 99;
background-repeat: no-repeat;
background-position: center center;
background-size: 16px;
flex-shrink: 0;
}

.window-controls-container {
display: flex;
flex-grow: 0;
Expand Down

0 comments on commit dbe838a

Please sign in to comment.