Skip to content

Commit

Permalink
Hide bot on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddriley committed Oct 10, 2023
1 parent f943430 commit 419a5f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/dokka/styles/selfie-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
}

.selfie-navigation-bot {
display: none;
@media (min-width: 580px) {
display: initial;
}
width: 300px;
height: 300px;
position: absolute;
Expand Down

0 comments on commit 419a5f7

Please sign in to comment.