mirror of https://github.com/MaxLeiter/Drift
client: misc style improvements
parent
12f25c49a7
commit
448c443e2e
@ -1,23 +1,35 @@
|
|||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .titleAndBadge {
|
.header .titleAndBadge {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 650px) {
|
.header .titleAndBadge span {
|
||||||
.header {
|
margin-left: var(--gap);
|
||||||
flex-direction: column;
|
}
|
||||||
}
|
|
||||||
|
@media screen and (max-width: 680px) {
|
||||||
|
.header {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header .titleAndBadge {
|
||||||
|
flex-direction: column;
|
||||||
|
padding-bottom: var(--gap-double);
|
||||||
|
}
|
||||||
|
|
||||||
.header .titleAndBadge {
|
.header .titleAndBadge span {
|
||||||
flex-direction: column;
|
margin-left: 0;
|
||||||
padding-bottom: var(--gap-double);
|
margin-bottom: var(--gap);
|
||||||
}
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue