Minor improvements
This commit is contained in:
parent
1d4708607a
commit
dbc0eebf4d
3 changed files with 7 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ html[animations='off'] {
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
-webkit-font-smooth: antialiased;
|
||||||
|
|
||||||
@media (min-width: 1000px) and (max-width: 1440px) {
|
@media (min-width: 1000px) and (max-width: 1440px) {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
|
|
@ -66,10 +67,11 @@ noscript {
|
||||||
@include sub-title-font();
|
@include sub-title-font();
|
||||||
}
|
}
|
||||||
|
|
||||||
.image,
|
img,
|
||||||
video,
|
video,
|
||||||
iframe {
|
iframe {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
> .start-button {
|
> .start-button {
|
||||||
@include image-button(var(--large-icon-size));
|
@include image-button(var(--large-icon-size));
|
||||||
@include absolute-center;
|
@include absolute-center;
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@
|
||||||
|
|
||||||
> .description {
|
> .description {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 0 var(--large-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .more {
|
> .more {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue