responzify

master
Tomáš Mládek 2020-01-12 12:15:16 +01:00
parent e05a203867
commit daeb71b93c
2 changed files with 7 additions and 3 deletions

View File

@ -133,11 +133,14 @@ h1 {
.channels-wrapper {
display: flex;
width: 80%;
flex-wrap: wrap;
}
.channels {
display: flex;
padding: 0 1rem;
padding: 0 1rem 1rem 0;
justify-content: space-between;
flex-grow: 1;
}
.channel {
@ -148,13 +151,14 @@ h1 {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
flex-grow: 1;
}
.url-input {
display: flex;
width: 100%;
align-items: center;
margin: .2rem 0;
}
.url-input label {

View File

@ -157,7 +157,7 @@ export default class Channel extends Vue {
<!--suppress CssUnusedSymbol -->
<style scoped>
.channel {
width: 128px;
min-width: 128px;
height: 256px;
display: flex;
flex-direction: column;