Skip to content

Commit 5c2684e

Browse files
authored
update border for secure compose button (#5891)
1 parent a74fcc0 commit 5c2684e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/css/webmail.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
display: inline-flex;
66
align-items: center;
77
width: auto;
8-
height: 48px;
8+
height: 56px;
99
margin: 0;
1010
padding: 0 24px 0 0;
1111
transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
@@ -15,7 +15,7 @@
1515
line-height: 32px;
1616
background-color: #fff;
1717
border: none;
18-
border-radius: 24px;
18+
border-radius: 16px;
1919
box-shadow:
2020
0 1px 2px 0 rgb(60 64 67 / 30%),
2121
0 1px 3px 1px rgb(60 64 67 / 15%);
@@ -65,7 +65,7 @@
6565
.bhZ:not(.bym) #flowcrypt_secure_compose_button_icon {
6666
width: 56px;
6767
height: 56px;
68-
border-radius: 28px;
68+
border-radius: 16px;
6969
font-size: 0;
7070
padding: 0;
7171
}

0 commit comments

Comments
 (0)