Skip to content

Instantly share code, notes, and snippets.

@Keksuccino
Keksuccino / streamlabs_horizontal.css
Created November 27, 2022 22:51 — forked from DorkmasterFlek/streamlabs_horizontal.css
Streamlabs event list based on Nerd or Die's sample, converted to scroll horizontal instead.
@import url("https://fonts.googleapis.com/css?family=$font_family");
html,
.widget-EventList li > div {
-webkit-transform: rotateX($rotate_x) rotateY($rotate_y);
transform: rotateX($rotate_x) rotateY($rotate_y);
}
* {
margin: 0;