Skip to content
Snippets Groups Projects
Commit e487f8c5 authored by nizune's avatar nizune
Browse files

Small fixes

parent 594980fd
Branches
No related merge requests found
......@@ -107,7 +107,6 @@ const PreviewBox = styled.div`
.icon {
height: 100px;
width: 100%;
margin-bottom: 4px;
object-fit: contain;
}
......
......@@ -320,15 +320,7 @@
flex-grow: 1;
}
@media only screen and (max-width: 900px) {
align-items: unset;
flex-direction: column;
gap: 20px;
> button {
width: 100%;
}
}
}
.entry {
......@@ -343,6 +335,13 @@
color: var(--primary-background);
background: var(--accent);
margin-bottom: 20px;
.session .detail .info > input {
&:focus {
border-bottom: 2px solid var(--primary-background);
}
}
}
&[data-deleting="true"] {
......@@ -423,6 +422,22 @@
> button {
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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment