mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix message options button placement in IE11
This commit is contained in:
parent
5f5f83912d
commit
d66cdc97cd
@ -83,12 +83,13 @@ limitations under the License.
|
||||
display: none;
|
||||
grid-area: body;
|
||||
align-self: start;
|
||||
justify-self: right;
|
||||
justify-self: end;
|
||||
margin-top: -12px;
|
||||
margin-right: 4px;
|
||||
/* button visuals */
|
||||
border: #ccc 1px solid;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user