Unified room context menus (#7072)

This commit is contained in:
Michael Telatynski 2021-11-15 11:39:25 +00:00 committed by GitHub
parent 720b092844
commit 27c3153947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 660 additions and 133 deletions

View file

@ -99,7 +99,7 @@ limitations under the License.
}
.mx_BaseCard_Button {
padding: 10px 38px 10px 12px;
padding: 10px 32px 10px 12px;
margin: 0;
position: relative;
font-size: $font-13px;
@ -109,6 +109,12 @@ limitations under the License.
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: flex;
.mx_BaseCard_Button_sublabel {
color: $tertiary-content;
margin-left: auto;
}
&:hover {
background-color: rgba(141, 151, 165, 0.1);