remix-syntax/app/styles/syntax/show.css

16 lines
196 B
CSS
Raw Normal View History

2022-01-20 06:30:48 +00:00
.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);
}