diff options
author | luz paz <luzpaz@pm.me> | 2022-06-07 09:45:06 -0400 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-06-07 16:41:21 +0200 |
commit | 7a4fd56ccd86518a6b14c407fc977c7904337448 (patch) | |
tree | 6cf30232dff7f1a0740f0d240eb173da033e272b /client/src/sass/application.scss | |
parent | 6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab (diff) | |
download | PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.tar.gz PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.tar.zst PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.zip |
Fix various typos
Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 84b575eb3..99566acb6 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -342,7 +342,7 @@ table { | |||
342 | --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; | 342 | --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; |
343 | } | 343 | } |
344 | 344 | ||
345 | /* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */ | 345 | /* the following applies from 500px to 900px and is partially overridden from 500px to 800px by changes below to $small-view */ |
346 | .main-col, | 346 | .main-col, |
347 | .main-col.expanded { | 347 | .main-col.expanded { |
348 | --horizontalMarginContent: #{math.div($expanded-horizontal-margins, 3)}; | 348 | --horizontalMarginContent: #{math.div($expanded-horizontal-margins, 3)}; |