Revert to avatar only when custom status disabled
This returns to the previous behavior of avatar only without a button when the custom status feature is disabled so that you don't get pointer cursor for something that does nothing when clicked. The avatar ring spacing is kept consistent with and without the feature enabled by using a different class in CSS.
This commit is contained in:
@@ -14,13 +14,13 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_MemberStatusMessageAvatar .mx_BaseAvatar {
|
||||
.mx_MessageComposer_avatar .mx_BaseAvatar {
|
||||
padding: 1.5px;
|
||||
border: 1.2px solid transparent;
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
.mx_MemberStatusMessageAvatar .mx_BaseAvatar_initial {
|
||||
.mx_MessageComposer_avatar .mx_BaseAvatar_initial {
|
||||
left: 1.5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user