commit: 51fb80b64426b3e0e526c009d540219b0857669b
parent: aa76cbb2283b71ff7089e91160d2789edd08d706
Author: Morgan Bazalgette <the@howl.moe>
Date: Sat, 31 Mar 2018 15:45:50 +0200
add slight hint of rounding on main ui components
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
@@ -1751,6 +1751,8 @@
> .scrollable {
background: $ui-base-color;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
}
}
@@ -1868,6 +1870,7 @@
overflow-y: auto;
width: 100%;
height: 100%;
+ border-radius: 2px;
&.darker {
background: $ui-base-color;
@@ -1904,6 +1907,7 @@
margin-bottom: 10px;
display: flex;
flex-direction: row;
+ border-radius: 2px;
a {
transition: background 100ms ease-in;
@@ -2208,6 +2212,8 @@
.getting-started {
background: $ui-base-color;
flex: 1 0 auto;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
p {
color: $ui-secondary-color;
@@ -2526,6 +2532,8 @@ a.status-card {
z-index: 2;
outline: 0;
overflow: hidden;
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
& > button {
margin: 0;
@@ -3271,6 +3279,7 @@ a.status-card {
color: $ui-primary-color;
font-size: 14px;
margin: 0;
+ border-radius: 2px;
&::-moz-focus-inner {
border: 0;