From e2443a8b09bebc1ea187c9d1c0f634e5885bfe8a Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Mon, 7 Jun 2021 16:09:13 +0530 Subject: [PATCH] Undo spillover from earlier formatting havoc Signed-off-by: RMidhunSuresh --- src/platform/web/ui/css/avatar.css | 1 - src/platform/web/ui/css/layout.css | 1 - src/platform/web/ui/css/themes/element/theme.css | 11 +++++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/platform/web/ui/css/avatar.css b/src/platform/web/ui/css/avatar.css index b2405896..d369f85f 100644 --- a/src/platform/web/ui/css/avatar.css +++ b/src/platform/web/ui/css/avatar.css @@ -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); diff --git a/src/platform/web/ui/css/layout.css b/src/platform/web/ui/css/layout.css index 38e7155e..413d53ec 100644 --- a/src/platform/web/ui/css/layout.css +++ b/src/platform/web/ui/css/layout.css @@ -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; } diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index b0847b37..c22ab79b 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -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; }