Undo spillover from earlier formatting havoc

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-07 16:09:13 +05:30
parent b2f2d51594
commit e2443a8b09
3 changed files with 5 additions and 8 deletions

View file

@ -37,7 +37,6 @@ limitations under the License.
}
/* work around postcss-css-variables limitations and repeat variable usage */
.hydrogen .avatar.size-128 {
--avatar-size: 128px;
width: var(--avatar-size);

View file

@ -91,7 +91,6 @@ the layout viewport up without resizing it when the keyboard shows */
"status" auto
"right" 1fr /
1fr;
}
.SessionView:not(.middle-shown) .room-placeholder { display: none; }

View file

@ -65,15 +65,12 @@ limitations under the License.
}
/** buttons */
.button-row {
display: flex;
}
.button-row > * {
margin-right: 10px;
}
.button-row > *:last-child {
margin-right: 0px;
}
@ -109,6 +106,7 @@ a.button-action {
display: block;
}
.button-action.secondary {
color: #03B381;
}
@ -181,7 +179,6 @@ a.button-action {
border: 1px #e1e3e6 solid;
background-color: white;
}
.FilterField:focus-within button {
border-color: white;
}
@ -387,7 +384,6 @@ a {
.SessionPickerView .session-actions > * {
margin-right: 10px;
}
.SessionPickerView .session-actions > *:last-child {
margin-right: 0px;
}
@ -419,6 +415,7 @@ a {
color: #8D99A5;
}
.RoomGridView > div.focus-ring {
border: 2px solid rgba(134, 193, 165, 1);
border-radius: 12px;
@ -492,6 +489,7 @@ a {
border: none;
text-indent: 200%;
overflow: hidden;
background-color: #03B381;
background-image: url('icons/send.svg');
background-repeat: no-repeat;
@ -594,7 +592,7 @@ button.link {
grid-template:
"content close" auto
"content details" 1fr /
1fr auto;
1fr auto;
color: white;
padding: 4px;
}
@ -607,6 +605,7 @@ button.link {
"details" auto /
1fr;
}
.lightbox .details {
width: 100% !important;
}