Merge branch 'nadonomy/ui-tweaks-part-deux' of https://gitlab.matrix.org/new-vector/element/element-web/matrix-react-sdk into nadonomy/ui-tweaks-part-deux

pull/21833/head
Michael Telatynski 2020-07-13 21:56:52 +01:00
commit b45adda676
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ limitations under the License.
max-width: 50%; max-width: 50%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border-radius: 8px;
margin: 5px;
} }
.mx_RightPanel_header { .mx_RightPanel_header {

View File

@ -201,7 +201,7 @@ limitations under the License.
display: flex; display: flex;
flex-direction: column; flex-direction: column;
mask-image: linear-gradient(0deg, transparent, black 3px) mask-image: linear-gradient(0deg, transparent, black 4px)
} }
.mx_RoomSublist2_resizerHandles_showNButton { .mx_RoomSublist2_resizerHandles_showNButton {