safari css fix

This commit is contained in:
Stepan Snigirev 2019-09-28 14:31:10 +02:00
parent efdd40b03b
commit 4565b0247a

View file

@ -52,6 +52,7 @@ tr.unconfirmed{
.row{
display: flex;
flex-direction: row;
flex-shrink: 0;
/*flex-grow: 1;*/
}
.row.center{
@ -186,6 +187,7 @@ nav .separator{
justify-content: center;
cursor: pointer;
flex-grow: 1;
min-height: 33px;
}
.btn:hover{
background: #405062;