Undo spillover from earlier formatting havoc
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
b2f2d51594
commit
e2443a8b09
3 changed files with 5 additions and 8 deletions
|
@ -37,7 +37,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
/* work around postcss-css-variables limitations and repeat variable usage */
|
/* work around postcss-css-variables limitations and repeat variable usage */
|
||||||
|
|
||||||
.hydrogen .avatar.size-128 {
|
.hydrogen .avatar.size-128 {
|
||||||
--avatar-size: 128px;
|
--avatar-size: 128px;
|
||||||
width: var(--avatar-size);
|
width: var(--avatar-size);
|
||||||
|
|
|
@ -91,7 +91,6 @@ the layout viewport up without resizing it when the keyboard shows */
|
||||||
"status" auto
|
"status" auto
|
||||||
"right" 1fr /
|
"right" 1fr /
|
||||||
1fr;
|
1fr;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionView:not(.middle-shown) .room-placeholder { display: none; }
|
.SessionView:not(.middle-shown) .room-placeholder { display: none; }
|
||||||
|
|
|
@ -65,15 +65,12 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
/** buttons */
|
/** buttons */
|
||||||
|
|
||||||
.button-row {
|
.button-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-row > * {
|
.button-row > * {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-row > *:last-child {
|
.button-row > *:last-child {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
@ -109,6 +106,7 @@ a.button-action {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.button-action.secondary {
|
.button-action.secondary {
|
||||||
color: #03B381;
|
color: #03B381;
|
||||||
}
|
}
|
||||||
|
@ -181,7 +179,6 @@ a.button-action {
|
||||||
border: 1px #e1e3e6 solid;
|
border: 1px #e1e3e6 solid;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.FilterField:focus-within button {
|
.FilterField:focus-within button {
|
||||||
border-color: white;
|
border-color: white;
|
||||||
}
|
}
|
||||||
|
@ -387,7 +384,6 @@ a {
|
||||||
.SessionPickerView .session-actions > * {
|
.SessionPickerView .session-actions > * {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionPickerView .session-actions > *:last-child {
|
.SessionPickerView .session-actions > *:last-child {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
@ -419,6 +415,7 @@ a {
|
||||||
color: #8D99A5;
|
color: #8D99A5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.RoomGridView > div.focus-ring {
|
.RoomGridView > div.focus-ring {
|
||||||
border: 2px solid rgba(134, 193, 165, 1);
|
border: 2px solid rgba(134, 193, 165, 1);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
@ -492,6 +489,7 @@ a {
|
||||||
border: none;
|
border: none;
|
||||||
text-indent: 200%;
|
text-indent: 200%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
background-color: #03B381;
|
background-color: #03B381;
|
||||||
background-image: url('icons/send.svg');
|
background-image: url('icons/send.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -607,6 +605,7 @@ button.link {
|
||||||
"details" auto /
|
"details" auto /
|
||||||
1fr;
|
1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightbox .details {
|
.lightbox .details {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue