Skip to content

Commit

Permalink
Undo spillover from earlier formatting havoc
Browse files Browse the repository at this point in the history
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
  • Loading branch information
MidhunSureshR committed Jun 7, 2021
1 parent e10a31c commit 8514340
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/platform/web/ui/css/avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion src/platform/web/ui/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
11 changes: 5 additions & 6 deletions src/platform/web/ui/css/themes/element/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -109,6 +106,7 @@ a.button-action {
display: block;
}


.button-action.secondary {
color: #03B381;
}
Expand Down Expand Up @@ -181,7 +179,6 @@ a.button-action {
border: 1px #e1e3e6 solid;
background-color: white;
}

.FilterField:focus-within button {
border-color: white;
}
Expand Down Expand Up @@ -387,7 +384,6 @@ a {
.SessionPickerView .session-actions > * {
margin-right: 10px;
}

.SessionPickerView .session-actions > *:last-child {
margin-right: 0px;
}
Expand Down Expand Up @@ -419,6 +415,7 @@ a {
color: #8D99A5;
}


.RoomGridView > div.focus-ring {
border: 2px solid rgba(134, 193, 165, 1);
border-radius: 12px;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -594,7 +592,7 @@ button.link {
grid-template:
"content close" auto
"content details" 1fr /
1fr auto;
1fr auto;
color: white;
padding: 4px;
}
Expand All @@ -607,6 +605,7 @@ button.link {
"details" auto /
1fr;
}

.lightbox .details {
width: 100% !important;
}
Expand Down

0 comments on commit 8514340

Please sign in to comment.