Skip to content

Commit c0079b9

Browse files
New first-run wizard
Signed-off-by: Marco <marcoambrosini@icloud.com>
1 parent 7077ece commit c0079b9

29 files changed

+132677
-1577
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
/vendor
66
/.php-cs-fixer.cache
77
/tests/.phpunit.result.cache
8+
.DS_Store

css/personalsettings.css

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* SPDX-License-Identifer: AGPL-3.0-or-later
44
*/
55

6+
.settings-mobile-desktop {
7+
display: contents;
8+
}
9+
610
.clientslinks {
711
display: flex;
812
gap: 1rem;
@@ -11,12 +15,7 @@
1115
margin-bottom: 20px;
1216
}
1317

14-
.clientslinks a.button {
15-
display: inline-block;
16-
padding: 0.7rem 1rem;
17-
}
18-
19-
.clientslinks .button .appsmall {
18+
.settings-mobile-desktop .button .appsmall {
2019
vertical-align: sub;
2120
margin-right: 0.2rem;
2221
filter: var(--background-invert-if-dark);
@@ -31,3 +30,30 @@
3130
#endpoint-url {
3231
width: 250px;
3332
}
33+
34+
.settings-mobile-desktop .button {
35+
position: relative;
36+
width: fit-content;
37+
overflow: hidden;
38+
border: 0;
39+
padding: 0;
40+
font-weight: bold;
41+
min-height: var(--clickable-area);
42+
min-width: var(--clickable-area);
43+
display: flex !important;
44+
align-items: center;
45+
justify-content: center;
46+
color: var(--color-primary-element-light-text);
47+
background-color: var(--color-primary-element-light);
48+
display: inline-block;
49+
padding: 0.7rem 1rem;
50+
}
51+
52+
.settings-mobile-desktop .button:hover:not(:disabled) {
53+
color: var(--color-primary-element-light-text);
54+
background-color: var(--color-primary-element-light-hover);
55+
}
56+
57+
.settings-mobile-desktop .button img {
58+
width: 20px;
59+
}

img/Nextcloud.mp4

-1.34 MB
Binary file not shown.

img/Nextcloud.webm

165 KB
Binary file not shown.

img/androidBadge.png

10.8 KB
Loading

img/appstore.png

-70.5 KB
Binary file not shown.

img/intro.png

-138 KB
Binary file not shown.

img/iosBadge.png

9.77 KB
Loading

img/nextcloudLogo.svg

Lines changed: 77 additions & 0 deletions
Loading

img/user.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)