mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Small fixes
This commit is contained in:
parent
594980fdac
commit
e487f8c571
2 changed files with 24 additions and 10 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue