fix: Clarify welcome screen message about browser storage limitations (#10721)
* fix: Clarify welcome screen message about browser storage limitations * css tweaks * update snaps --------- Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
.welcome-screen-decor-hint {
|
||||
@media (max-height: 599px) {
|
||||
@media (max-height: 780px) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -148,6 +148,7 @@
|
||||
.welcome-screen-center__heading {
|
||||
font-size: 1.125rem;
|
||||
text-align: center;
|
||||
line-height: 1.35rem;
|
||||
}
|
||||
|
||||
.welcome-screen-menu {
|
||||
|
||||
Reference in New Issue
Block a user