View source for Template:MainPageInfopush.css
From VRChat Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.tpl-infopush {
position: relative;
padding: 0 !important;
overflow: hidden;
aspect-ratio: 1024 / 312;
transform: translateX(0%);
grid-column: span 2 / span 2;
}
.tpl-infopush-content {
display: flex;
transition: transform 0.3s;
transform: translateX(0%);
}
.tpl-infopush-content p {
margin: 0;
display: contents;
}
000
1:0
Return to Template:MainPageInfopush.css.