Skip to content

Commit

Permalink
feat: adjust size of control button
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Aug 12, 2020
1 parent 9f90593 commit 7785639
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/renderer/components/Header/FrameHeader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class FrameHeader extends LitElement {
}
.frame-control-button {
width: 0.75rem;
height: 0.75rem;
width: 0.875rem;
height: 0.875rem;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
Expand All @@ -42,8 +42,8 @@ class FrameHeader extends LitElement {
.frame-control-button > span {
font-family: 'Roboto-Regular', sans-serif;
line-height: 0.75rem;
font-size: 0.75rem;
line-height: 0.875rem;
font-size: 0.875rem;
display: block;
opacity: 0;
transition: opacity 0.1s linear;
Expand Down

0 comments on commit 7785639

Please sign in to comment.