mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Wallets: show up to 14 wallets on one page
This commit is contained in:
parent
0d98dddbf7
commit
0f99b7b4a4
1 changed files with 2 additions and 2 deletions
|
@ -1694,7 +1694,7 @@ button.active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wallets{
|
.wallets{
|
||||||
width:605px;
|
width:705px;
|
||||||
height:250px;
|
height:250px;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
@ -1714,7 +1714,7 @@ button.active {
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
}
|
}
|
||||||
.wallets>div:nth-child(1n+13){
|
.wallets>div:nth-child(1n+15){
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.wallets>div>a{
|
.wallets>div>a{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue