Skip to content

Commit

Permalink
Change icon buttons to be 24×24px instead of 20×20px with padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Dec 7, 2023
1 parent 8d98a20 commit 3a13115
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@

.icon {
flex: 0 0 auto;
width: 20px;
height: 20px;
width: 24px;
height: 24px;
aspect-ratio: 1;

path {
Expand All @@ -200,7 +200,7 @@
display: inline-flex;
color: $action-button-color;
border: 0;
padding: 2px;
padding: 0;
border-radius: 4px;
background: transparent;
cursor: pointer;
Expand Down Expand Up @@ -2322,7 +2322,7 @@ $ui-header-height: 55px;
.drawer__tab {
display: flex;
flex: 1 1 auto;
padding: 15px 5px 13px;
padding: 13px 3px 11px;
color: $darker-text-color;
text-decoration: none;
text-align: center;
Expand Down Expand Up @@ -3205,7 +3205,7 @@ $ui-header-height: 55px;
align-items: center;
gap: 5px;
font-size: 16px;
padding: 15px;
padding: 13px;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
Expand Down Expand Up @@ -3804,7 +3804,7 @@ a.status-card {
gap: 5px;
margin: 0;
border: 0;
padding: 15px;
padding: 13px;
padding-inline-end: 0;
color: inherit;
background: transparent;
Expand Down

0 comments on commit 3a13115

Please sign in to comment.