mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Update translations
This commit is contained in:
@@ -117,13 +117,10 @@
|
||||
.standaloneBanner {
|
||||
background: transparent;
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
// box-shadow: 0 D(5px) D(15px) rgba(#000, 0.2);
|
||||
@include S(min-width, 340px);
|
||||
@include S(max-width, 380px);
|
||||
@include S(min-width, 320px);
|
||||
@include S(max-width, 370px);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
@include S(padding, 0, 15px);
|
||||
// backdrop-filter: blur(10px);
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -939,6 +936,15 @@
|
||||
@include S(top, 25px);
|
||||
@include S(left, 25px);
|
||||
|
||||
@media (max-aspect-ratio: 1460/1000) {
|
||||
position: unset;
|
||||
top: unset;
|
||||
left: unset;
|
||||
.label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
> .boxLink {
|
||||
pointer-events: all;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user