Settings page UI improvements (#495)

* fix: UI fixes for "Settings" page on mobile

* Critical to the Rabbit!

---------

Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Alessio Cappa
2025-12-24 01:20:35 +01:00
committed by GitHub
parent 68864b1fdb
commit f76f541c05
6 changed files with 28 additions and 17 deletions

View File

@@ -177,6 +177,15 @@
}
}
.no-scrollbar::-webkit-scrollbar {
display:none
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width:none
}
.invite_code [data-clipboard-target="iconDefault"],
.invite_code [data-clipboard-target="iconSuccess"] {
transition: opacity 0.2s;