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;
flex: 1 1 60%;
}
.tpl-infopush-content {
display: flex;
transition: transform 0.3s;
transform: translateX(-1200%);
}
.tpl-infopush-navigation {
display: grid;
grid-template-columns: repeat(8, minmax(0, 1fr));
position: absolute;
inset: 0;
pointer-events: none;
000
1:0
Return to Template:MainPageInfopush.css.