mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
Fixed message replies + refined account settings
This commit is contained in:
@@ -56,10 +56,13 @@
|
||||
|
||||
.details {
|
||||
display: flex;
|
||||
margin: 1em 0;
|
||||
padding: 1em 0;
|
||||
gap: 10px;
|
||||
flex-direction: column;
|
||||
|
||||
/*border-top: 1px solid var(--secondary-header);
|
||||
border-width: 100%;*/
|
||||
|
||||
> div {
|
||||
gap: 12px;
|
||||
/*padding: 4px;*/
|
||||
@@ -149,6 +152,40 @@
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.entrytest {
|
||||
gap: 12px;
|
||||
/* padding: 4px; */
|
||||
height: 54px;
|
||||
padding: 8px 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
background: var(--secondary-header);
|
||||
border-radius: 6px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
> svg {
|
||||
color: var(--error);
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
flex-direction: column;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
|
||||
.description {
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
@@ -504,7 +541,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 1em;
|
||||
gap: 10px;
|
||||
gap: 8px;
|
||||
|
||||
.entry {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user