Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 62b3664

Browse files
Merge pull request #1191 from foopod/fix-border-radius
Fix border radius
2 parents a144f88 + a9417fa commit 62b3664

34 files changed

+21
-56
lines changed

styles/base/all-channels.mcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AllChannels {
99
padding: 8px 10px
1010
font-size: 110%
1111
margin: 4px
12+
border-radius: 5px
1213
position: relative
1314
width: 200px
1415
background-repeat: no-repeat
@@ -50,8 +51,7 @@ AllChannels {
5051
padding: 9px 10px
5152
color: white
5253
margin: -8px -10px -8px 4px
53-
border-top-left-radius: 0
54-
border-bottom-left-radius: 0
54+
border-radius: 5px;
5555
border-left: 2px solid rgba(255, 255, 255, 0.9)
5656
text-decoration: none
5757
-unsubscribe {

styles/base/channel-list.mcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ChannelList {
44
padding: 8px 10px
55
font-size: 110%
66
margin: 4px 0
7+
border-radius: 5px
78
position: relative
89
max-width: 250px
910
background-repeat: no-repeat
@@ -41,8 +42,7 @@ ChannelList {
4142
padding: 9px 10px
4243
color: white
4344
margin: -8px -10px -8px 4px
44-
border-top-left-radius: 0
45-
border-bottom-left-radius: 0
45+
border-radius: 5px
4646
border-left: 2px solid rgba(255, 255, 255, 0.9)
4747
text-decoration: none
4848
-unsubscribe {

styles/base/compose.mcss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Compose {
44
flex-shrink: 0
55
width: 100%
66
margin: 20px auto
7+
border-radius: 5px
78
textarea {
89
resize: vertical
910
font-size: 120%
@@ -43,6 +44,8 @@ Compose {
4344
flex-direction: row
4445
align-items: baseline
4546
justify-content: space-between
47+
border-bottom-left-radius: 5px
48+
border-bottom-right-radius: 5px
4649
input[type="file"] {
4750
color: transparent
4851
::-webkit-file-upload-button {
@@ -53,6 +56,7 @@ Compose {
5356
font-size: 1rem
5457
outline: none
5558
white-space: nowrap
59+
border-radius: 5px
5660
-webkit-user-select: none
5761
}
5862
:active, :focus {

styles/base/gathering-card.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ GatheringCard {
2323
(img) {
2424
height: 45px
2525
width: 45px
26+
border-radius: 5px
2627
}
2728
}
2829
div.actions {

styles/base/image-input.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ImageInput {
2424
right: 0
2525
bottom: 0
2626
margin: 15px
27+
border-radius: 5px
2728
background: #444
2829
padding: 4px 8px
2930
transition: opacity 0.2s

styles/base/main-window.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ MainWindow {
4747
display: inline-block
4848
width: 28px
4949
height: 100%
50+
border-radius: 5px
5051
background: svg(backArrow) no-repeat center
5152
opacity: 0.4
5253
-active {

styles/base/markdown.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Markdown {
1212
background-image: svg(fetching)
1313
background-position: center
1414
background-repeat: no-repeat
15+
border-radius: 5px
1516
@svg fetching {
1617
width: 100px
1718
height: 20px

styles/base/picker.mcss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ Picker {
22
a {
33
display: inline-block
44
vertical-align: top
5+
border-radius: 5px
56
img {
67
width: 50px
78
height: 50px
89
display: block
10+
border-radius: 5px
911
}
1012
}
1113
span.add {
1214
position: relative
1315
display: inline-block
16+
border-radius: 5px
1417
::before {
1518
font-size: 30px
1619
content: '+'

styles/base/profile-header.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ProfileHeader {
88
margin-right: 20px
99
img {
1010
width: 100%
11+
order-radius: 5px
1112
}
1213
}
1314
div.main {

styles/base/profile-list.mcss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ProfileList {
44
padding: 4px
55
font-size: 110%
66
margin: 4px 0
7+
border-radius: 5px
78
position: relative
89
text-decoration: none
910
background-repeat: no-repeat
@@ -38,6 +39,7 @@ ProfileList {
3839
width: 40px
3940
height: 40px
4041
display: block
42+
border-radius: 5px
4143
}
4244
}
4345
div.main {

0 commit comments

Comments
 (0)