mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Detect if mobile layout is used and display wallets accordingly (thanks @harding)
This commit is contained in:
parent
851e146230
commit
90b9e63026
4 changed files with 19 additions and 3 deletions
|
@ -1708,6 +1708,12 @@ h2 .rssicon{
|
|||
width:300px;
|
||||
}
|
||||
|
||||
.detectmobile{
|
||||
width:0;
|
||||
height:0;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.summary{
|
||||
font-size:125%;
|
||||
margin-bottom:40px;
|
||||
|
@ -2330,4 +2336,7 @@ h2 .rssicon{
|
|||
.eventmap{
|
||||
height:200px;
|
||||
}
|
||||
.detectmobile{
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue