-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistent border-radius for buttons, Fixes #123
- Loading branch information
1 parent
f74fa11
commit 2d596e8
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Mastodon Bird UI by @[email protected] | ||
2.0.0rc37 */ | ||
2.0.0rc38 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -1697,6 +1697,10 @@ body.embed .detailed-status__meta .detailed-status__link .icon-retweet, | |
|
||
/* Icon buttons */ | ||
.layout-multiple-columns .icon-button { | ||
border-bottom-left-radius: 9999px; | ||
border-bottom-right-radius: 9999px; | ||
border-top-left-radius: 9999px; | ||
border-top-right-radius: 9999px; | ||
color: var(--color-dim); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Mastodon Bird UI by @[email protected] | ||
2.0.0rc37 */ | ||
2.0.0rc38 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -1752,6 +1752,10 @@ body.embed .detailed-status__meta .detailed-status__link .fa-retweet, | |
|
||
/* Icon buttons */ | ||
.layout-single-column .icon-button { | ||
border-bottom-left-radius: 9999px; | ||
border-bottom-right-radius: 9999px; | ||
border-top-left-radius: 9999px; | ||
border-top-right-radius: 9999px; | ||
color: var(--color-dim); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters