mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
safari css fix
This commit is contained in:
parent
efdd40b03b
commit
4565b0247a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue