Skip to content

Commit

Permalink
Profile lock icon alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 30, 2023
1 parent 786ba7b commit afd5656
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0rc: 2023-12-17
### 2.0.0rc: 2023-12-30

* Prepare for 4.3.0 release with SVG icons
* Add icon support for new SVG icons, replace icons for Home, Notifications, Explore, Live feeds, Private mentions, bookmarks, Favorites, Preferences and Lists
Expand All @@ -24,6 +24,7 @@
* Fix alignment for textual label links
* Add styles for the new /start onboarding on 4.3.0
* Improve modal icon size and accessibility
* Profile lock icon alignment fix, show it on the same level

### 1.8.0: 2023-10-29

Expand Down
7 changes: 7 additions & 0 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,13 @@ body.embed .detailed-status__favorites {
top: 0;
}

/* Profile lock icon alignment fix */
.layout-multiple-columns .account__header__tabs__name h1 small {
display: flex;
gap: 4px;
margin-top: 4px;
}

/* Textual labels for detailed metrics */
body.embed .detailed-status__link > .icon-reply + span::after,
.layout-multiple-columns .detailed-status__link > .icon-reply + span::after {
Expand Down
7 changes: 7 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,13 @@ body.embed > .activity-stream {
top: 0;
}

/* Profile lock icon alignment fix */
.layout-single-column .account__header__tabs__name h1 small {
display: flex;
gap: 4px;
margin-top: 4px;
}

/* Textual labels for detailed metrics */
body.embed .detailed-status__link > .fa-reply + span::after,
.layout-single-column .detailed-status__link > .icon-reply + span::after {
Expand Down

0 comments on commit afd5656

Please sign in to comment.