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

Commit a9417fa

Browse files
committed
moved all border-radius styles from dark into base
1 parent afa6a99 commit a9417fa

20 files changed

+11
-38
lines changed

styles/base/compose.mcss

Lines changed: 3 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 {

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/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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ProfileList {
3939
width: 40px
4040
height: 40px
4141
display: block
42+
border-radius: 5px
4243
}
4344
}
4445
div.main {

styles/base/profile-preview.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ProfilePreview {
33
z-index: 1
44
position: absolute
55
width: 500px
6+
border-radius: 5px
67
section {
78
color: white
89
padding: 5px

styles/dark/all-channels.mcss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ AllChannels {
22
a.channel {
33
background-color: #2d2c2c
44
color: #ccc
5-
border-radius: 3px
65
transition: background-color 0.25s
76
-more {
87
background-color: transparent
@@ -16,7 +15,6 @@ AllChannels {
1615
background-color: #383736
1716
}
1817
a {
19-
border-radius: 3px
2018
-subscribe {
2119
:hover {
2220
background-color: #51c067

styles/dark/channel-list.mcss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ ChannelList {
22
a.channel {
33
background-color: #313131
44
color: #ccc
5-
border-radius: 3px
65
transition: background-color 0.25s
76
-more {
87
background-color: transparent
@@ -21,7 +20,6 @@ ChannelList {
2120
background-color: #292929
2221
}
2322
a {
24-
border-radius: 3px
2523
-subscribe {
2624
:hover {
2725
background-color: #51c067

styles/dark/compose.mcss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Compose {
22
box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1)
3-
border-radius: 3px
43
background: #2d2c2c
54
textarea {
65
color: #ccc
@@ -17,8 +16,6 @@ Compose {
1716
section.actions {
1817
background: #383736
1918
padding: 10px
20-
border-bottom-left-radius: 3px
21-
border-bottom-right-radius: 3px
2219
input[type="file"] {
2320
width: 85px
2421
height: 20px

0 commit comments

Comments
 (0)