make options button look the same in all browsers

This commit is contained in:
Bruno Windels 2021-05-31 13:03:23 +02:00
parent d66cdc97cd
commit d4373eb309

View file

@ -92,6 +92,10 @@ limitations under the License.
width: 24px; width: 24px;
background-color: #fff; background-color: #fff;
border-radius: 4px; border-radius: 4px;
padding: 0;
text-align: center;
line-height: 22px;
cursor: pointer;
} }
.Timeline_messageTime { .Timeline_messageTime {