bunjilplace2021 / realness

0 stars 0 forks source link

"Recording Limit Reached" not centered on IOS #46

Closed burstMembrane closed 3 years ago

burstMembrane commented 3 years ago

Span text not displaying correctly on iPhone Safari -- IOS

could be a CSS issue, possibly related to the width property on the #record_limit element


#record_limit {
  display: none;
  width: 100%;
  text-align: center;
  background: none;
  position: absolute;
  color: white;
}

limitreached

@wezzahd can you reproduce?

wezzahd commented 3 years ago

@burstMembrane Just tested on iphone and ipad and the text is centred. Is it centered on Android?

burstMembrane commented 3 years ago

@wezzahd closed in latest commit, was related to pixelDensity call