Small fixes

This commit is contained in:
nizune 2021-07-08 15:16:23 +02:00
parent 594980fdac
commit e487f8c571
2 changed files with 24 additions and 10 deletions

View file

@ -107,7 +107,6 @@ const PreviewBox = styled.div`
.icon { .icon {
height: 100px; height: 100px;
width: 100%;
margin-bottom: 4px; margin-bottom: 4px;
object-fit: contain; object-fit: contain;
} }

View file

@ -320,15 +320,7 @@
flex-grow: 1; flex-grow: 1;
} }
@media only screen and (max-width: 900px) {
align-items: unset;
flex-direction: column;
gap: 20px;
> button {
width: 100%;
}
}
} }
.entry { .entry {
@ -343,6 +335,13 @@
color: var(--primary-background); color: var(--primary-background);
background: var(--accent); background: var(--accent);
margin-bottom: 20px; margin-bottom: 20px;
.session .detail .info > input {
&:focus {
border-bottom: 2px solid var(--primary-background);
}
}
} }
&[data-deleting="true"] { &[data-deleting="true"] {
@ -423,6 +422,22 @@
> button { > button {
margin-top: 20px; margin-top: 20px;
} }
@media only screen and (max-width: 900px) {
.session {
align-items: unset;
flex-direction: column;
gap: 20px;
> button {
width: 100%;
}
}
> button {
width: 100%;
}
}
} }
.languages { .languages {