mirror of https://github.com/vector-im/riot-web
remove obsolete style from message composer for e2e icon as it's now the default size for the e2e iconn
parent
cb0e6ca5d2
commit
854f27df3f
|
@ -74,8 +74,6 @@ limitations under the License.
|
||||||
.mx_MessageComposer_e2eIcon.mx_E2EIcon {
|
.mx_MessageComposer_e2eIcon.mx_E2EIcon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 60px;
|
left: 60px;
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
margin-right: 0; // Counteract the E2EIcon class
|
margin-right: 0; // Counteract the E2EIcon class
|
||||||
margin-left: 3px; // Counteract the E2EIcon class
|
margin-left: 3px; // Counteract the E2EIcon class
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue