mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user