You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
match padding on CustomRoomTagPanel and fix colour of Communities btn
This commit is contained in:
@@ -32,8 +32,9 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
||||||
margin: 9px auto;
|
margin: 0 auto;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
padding: 10px 0 9px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -87,16 +87,15 @@ limitations under the License.
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: $tagpanel-button-color;
|
background-color: $roomheader-addroom-bg-color;
|
||||||
opacity: 0.11;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
/* overwrite mx_RoleButton inline-block */
|
/* overwrite mx_RoleButton inline-block */
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
background-color: $roomheader-addroom-fg-color;
|
||||||
mask-image: url('$(res)/img/feather-customised/plus.svg');
|
mask-image: url('$(res)/img/feather-customised/plus.svg');
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
background-color: $button-primary-fg-color;
|
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user