forked from mystiq/hydrogen-web
make options button look the same in all browsers
This commit is contained in:
parent
d66cdc97cd
commit
d4373eb309
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue