Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit ea301428 authored by Akhil's avatar Akhil 🙂
Browse files

Force dropdown in compose to 20px

parent b6812ed9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2830,6 +2830,6 @@ html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.font
    padding: 9px 7px;
}

#rl-app #V-PopupsCompose input[data-bind="textInput: from"] {
    width: calc(100% - 30px) !important
#rl-app #V-PopupsCompose .dropdown {
    width: 20px;
}