remix-syntax/app/styles/syntax/show.css
Bradley Shellnut b373ebf09a Initial commit
2022-01-19 22:30:48 -08:00

15 lines
196 B
CSS

.cols {
grid-template-columns: 30% 70%;
display: grid;
}
.playlist {
font-size: 14px;
}
.show-details {
position: sticky;
top: 0;
overflow-y: scroll;
height: calc(100vh - 63px);
}