s/boarder/border/g (#7174)

This commit is contained in:
Matthew Hodgson 2021-11-21 18:56:25 +01:00 committed by GitHub
parent b6b7511fd9
commit e0927f3fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ $slider-selection-dot-size: 2.4em;
$container-border-width: 8px;
$timeline-image-boarder-radius: 8px;
$timeline-image-border-radius: 8px;
:root {
font-size: 10px;

View file

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
$timeline-image-boarder-radius: 8px;
$timeline-image-border-radius: 8px;
.mx_MImageBody_thumbnail--blurhash {
position: absolute;
@ -25,7 +25,7 @@ $timeline-image-boarder-radius: 8px;
.mx_MImageBody_thumbnail {
object-fit: contain;
border-radius: $timeline-image-boarder-radius;
border-radius: $timeline-image-border-radius;
display: flex;
justify-content: center;

View file

@ -18,6 +18,6 @@ span.mx_MVideoBody {
video.mx_MVideoBody {
max-width: 100%;
height: auto;
border-radius: $timeline-image-boarder-radius;
border-radius: $timeline-image-border-radius;
}
}