Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove obsolete style blocks from _MemberInfo.pcss (#10816)
Browse files Browse the repository at this point in the history
* Remove obsolete style blocks from _MemberInfo.pcss

Deprecated by 2b432b0

* Remove obsolete style blocks from _MemberInfo.pcss

Deprecated by fce36ec
  • Loading branch information
luixxiul committed May 9, 2023
1 parent f4f2cb1 commit 556a36f
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions res/css/views/rooms/_MemberInfo.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -115,42 +115,3 @@ limitations under the License.
margin-left: 8px;
line-height: $font-23px;
}

.mx_MemberInfo_createRoom {
cursor: pointer;
display: flex;
align-items: center;
padding: 0 8px;
}

.mx_MemberInfo_createRoom_label {
width: initial !important;
cursor: pointer;
}

.mx_MemberInfo label {
font-size: $font-13px;
}

.mx_MemberInfo label .mx_MemberInfo_label_text {
display: inline-block;
max-width: 180px;
vertical-align: text-top;
}

.mx_MemberInfo input[type="radio"] {
vertical-align: -2px;
margin-right: 5px;
margin-left: 8px;
}

.mx_MemberInfo_statusMessage {
font-size: $font-11px;
opacity: 0.5;
overflow: hidden;
white-space: nowrap;
text-overflow: clip;
}
.mx_MemberInfo .mx_MemberInfo_scrollContainer {
flex: 1;
}

0 comments on commit 556a36f

Please sign in to comment.