forked from nutomic/joinpeertube
Better instances page responsive
This commit is contained in:
parent
fd2a7c8bf7
commit
a7b30ce45a
3 changed files with 17 additions and 3 deletions
|
@ -270,6 +270,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-toggle {
|
.btn-group-toggle {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -311,6 +312,12 @@
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group-toggle {
|
||||||
|
.btn {
|
||||||
|
padding: 0 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -192,7 +192,6 @@ p > a {
|
||||||
|
|
||||||
.brand-title {
|
.brand-title {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
margin-left: 5px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,12 +100,20 @@
|
||||||
.block-with-image {
|
.block-with-image {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
& > * {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.step-2 {
|
&.step-2 {
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
& > div {
|
||||||
margin-bottom: 20px;
|
img {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue