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.
38 lines
754 B
38 lines
754 B
.chartsview-donation {
|
|
width: fit-content;
|
|
margin: 25px auto;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 200px;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.chartsview-donation a.paypal {
|
|
display: inline-block;
|
|
}
|
|
|
|
.chartsview-thumbnail-container.is-selected .chartsview-thumbnail {
|
|
display: unset;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.chartsview-thumbnail-container .chartsview-thumbnail {
|
|
display: none;
|
|
}
|
|
|
|
/* #### Desktops #### */
|
|
@media screen and (min-width: 1024px) {
|
|
.chartsview-thumbnail-container .chartsview-thumbnail img {
|
|
width: 500px;
|
|
}
|
|
}
|
|
|
|
/* #### Mobile Phones Portrait or Landscape #### */
|
|
@media screen and (max-device-width: 640px) {
|
|
.chartsview-thumbnail-container .chartsview-thumbnail img {
|
|
width: 300px;
|
|
}
|
|
} |