mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +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;
|
display: none;
|
||||||
grid-area: body;
|
grid-area: body;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
justify-self: right;
|
justify-self: end;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
/* button visuals */
|
/* button visuals */
|
||||||
border: #ccc 1px solid;
|
border: #ccc 1px solid;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user