Skip to content

Commit

Permalink
fix: ignore logical properties rules temporarily in call related comp…
Browse files Browse the repository at this point in the history
…onents

Signed-off-by: Dorra Jaouad <[email protected]>
  • Loading branch information
DorraJaouad authored and backportbot[bot] committed Jan 27, 2025
1 parent d68d947 commit 80425d2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CallView/CallView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ export default {

<style lang="scss" scoped>
@import '../../assets/variables';

/* stylelint-disable csstools/use-logical */
#call-container {
width: 100%;
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/Grid/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.grid-main-wrapper {
--navigation-position: calc(var(--default-grid-baseline) * 2);
position: relative;
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/shared/LocalVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.not-connected {
video,
.avatar-container {
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/shared/PresenterOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.presenter-overlay {
position: absolute;
top: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/shared/ReactionToaster.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.toaster {
position: absolute;
bottom: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/CallView/shared/Screen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default {
</script>

<style lang="scss" scoped>

/* stylelint-disable csstools/use-logical */
.screenContainer {
width: 100%;
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/shared/VideoBackground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.video-background {
position: absolute;
left: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/shared/VideoVue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.not-connected {
video,
.avatar-container {
Expand Down
1 change: 1 addition & 0 deletions src/components/CallView/shared/ViewerOverlayCallView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export default {
</script>

<style lang="scss" scoped>
/* stylelint-disable csstools/use-logical */
.viewer-overlay-ghost {
position: absolute;
bottom: 8px;
Expand Down

0 comments on commit 80425d2

Please sign in to comment.