You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
798 B

@import "_mixins";
14 years ago
.page.userscript {
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
14 years ago
.frame.loading {
14 years ago
text-align: center;
font-size: 20px;
padding: 20px;
}
.media_result {
height: 140px;
display: flex;
}
.thumbnail {
width: 90px;
}
.options {
left: 90px;
display: flex;
align-items: center;
padding: $padding/2;
> div {
display: flex;
flex-wrap: wrap;
div {
flex: 1 auto;
margin: 0;
padding: 0 $padding/4;
}
.title {
min-width: 100%;
margin-bottom: $padding;
}
.add {
text-align: right;
a {
display: block;
text-align: center;
}
}
select {
width: 100%;
}
}
}
.message {
font-size: 1.5em;
}
.year,
.data {
display: none;
}
}