Skip to content

Commit

Permalink
fix: fix month position
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed May 9, 2023
1 parent ef90c29 commit 24f418e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions clip/clip.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
position: absolute;
text-transform: uppercase;
left: 100%;
text-align: center;
}

.day-number-wrapper{
Expand Down
5 changes: 4 additions & 1 deletion clip/effects/speakerCombo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ export const speakerCombo = new Combo(
incidentClass: CSSEffect,
attrs: {
animatedAttrs: {
left: "0%",
left: "50%",
transform:{
translateX:"-50%"
}
},
},
props: {
Expand Down
Binary file added thumbnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24f418e

Please sign in to comment.