Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
s/boarder/border/g (#7174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Nov 21, 2021
1 parent b6b7511 commit e0927f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions res/css/views/messages/_MImageBody.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion res/css/views/messages/_MVideoBody.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit e0927f3

Please sign in to comment.