mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Undo spillover from earlier formatting havoc
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
b2f2d51594
commit
e2443a8b09
@ -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);
|
||||
|
@ -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; }
|
||||
|
@ -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;
|
||||
@ -607,6 +605,7 @@ button.link {
|
||||
"details" auto /
|
||||
1fr;
|
||||
}
|
||||
|
||||
.lightbox .details {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user