responzify
This commit is contained in:
parent
e05a203867
commit
daeb71b93c
2 changed files with 7 additions and 3 deletions
|
@ -133,11 +133,14 @@ h1 {
|
||||||
.channels-wrapper {
|
.channels-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channels {
|
.channels {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem 1rem 0;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel {
|
.channel {
|
||||||
|
@ -148,13 +151,14 @@ h1 {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.url-input {
|
.url-input {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin: .2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.url-input label {
|
.url-input label {
|
||||||
|
|
|
@ -157,7 +157,7 @@ export default class Channel extends Vue {
|
||||||
<!--suppress CssUnusedSymbol -->
|
<!--suppress CssUnusedSymbol -->
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.channel {
|
.channel {
|
||||||
width: 128px;
|
min-width: 128px;
|
||||||
height: 256px;
|
height: 256px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue