From 396d7000875faaa5b093fbad9d54858571bf404a Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sat, 11 Mar 2023 23:39:00 +0200 Subject: [PATCH] Revert Safari fix for now --- CHANGELOG.md | 3 +-- README.md | 2 ++ style.css | 5 +---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001a290..fb3a245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9886c37..a3178eb 100644 --- a/README.md +++ b/README.md @@ -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 Mastodon 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. diff --git a/style.css b/style.css index 265174f..2865424 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - v1.1.7rc3 */ + v1.1.7rc4 */ /* CSS variables */ :root { @@ -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 {