mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Small fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user