PLT-4546 Welcome/tutorial screens have messed up layout at a width of 320px (iPhone 5 size) or less (#4476)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
40e8fbaa62
Коммит
07dbbfb957
@@ -83,9 +83,10 @@
|
|||||||
.tutorial-steps__container {
|
.tutorial-steps__container {
|
||||||
.tutorial__content {
|
.tutorial__content {
|
||||||
.tutorial__steps {
|
.tutorial__steps {
|
||||||
margin-bottom: 0;
|
margin-top: 15%;
|
||||||
min-height: auto;
|
margin-bottom: 15%;
|
||||||
padding-bottom: 8em;
|
max-height: 70%;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1389,6 +1390,25 @@
|
|||||||
.tutorial__steps {
|
.tutorial__steps {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
h1 {
|
||||||
|
font-size: 35px;
|
||||||
|
margin: -5px 0 20px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.tutorial__app-icons {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
.tutorial__circles {
|
||||||
|
margin: 0 0 15px;
|
||||||
|
bottom: 60px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
.tutorial__footer {
|
||||||
|
bottom: 30px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user