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

Commit afa6a99

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

16 files changed

+10
-18
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Compose {
5353
font-size: 1rem
5454
outline: none
5555
white-space: nowrap
56+
border-radius: 5px
5657
-webkit-user-select: none
5758
}
5859
:active, :focus {

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/profile-list.mcss

Lines changed: 1 addition & 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

styles/base/tag-list.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TagList {
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

styles/base/taggers-list.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TaggersList {
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

styles/light/all-channels.mcss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ AllChannels {
22
a.channel {
33
background-color: rgba(255, 255, 255, 0.66)
44
color: #333
5-
border-radius: 5px
65
transition: background-color 0.2s
76
overflow: hidden
87
text-overflow: ellipsis
98
:hover {
109
background-color: rgba(255, 255, 255, 0.4)
1110
}
1211
a {
13-
border-radius: 4px
1412
font-weight: bold
1513
-subscribe {
1614
:hover {

styles/light/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: rgba(255, 255, 255, 0.66)
44
color: #333
5-
border-radius: 5px
65
transition: background-color 0.2s
76
-more {
87
color: #658aaf
@@ -12,7 +11,6 @@ ChannelList {
1211
background-color: rgba(255, 255, 255, 0.4)
1312
}
1413
a {
15-
border-radius: 4px
1614
font-weight: bold
1715
-subscribe {
1816
:hover {

0 commit comments

Comments
 (0)