Skip to content

Commit

Permalink
Revert Safari fix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 11, 2023
1 parent 41520ba commit 396d700
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### 1.1.7rc3: 2023-03-11
### 1.1.7rc4: 2023-03-11

* Fix flickering on iOS Safari and webkit browsers
* Remove width hack for mobile
* Add unit tests
* Remove SCSS related rules
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Mastodon with modern birdsite-like UI

[![Build Status for CSS](https://github.com/ronilaukkarinen/mastodon-bird-ui/actions/workflows/styles.yml/badge.svg)](https://github.com/ronilaukkarinen/mastodon-bird-ui/actions/workflows/styles.yml)

Blasphemy! Yes, I know, but I just had to do this. I wanted to see if it's possible to get <a href="https://github.com/mastodon/mastodon">Mastodon</a> default user interface to resemble Twitter, but be a lot better than it ever was.

**Please note** that this started as a personal experiment _for fun_, but then got more serious.
Expand Down
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
v1.1.7rc3 */
v1.1.7rc4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -1907,9 +1907,6 @@ a.status-card.compact .status-card__description {
.app-holder > div,
body.app-body.layout-single-column {
overflow-x: hidden;
/* Fix flickering on iOS */
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-transform: translate3d(0, 0, 0);
}

.layout-single-column .columns-area__panels__main {
Expand Down

0 comments on commit 396d700

Please sign in to comment.