-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
44 lines (38 loc) · 1.07 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* styles.css */
/*hide some elements*/
.side-menu-opener, #nextcloud, .toast-error,/*#header > div.header-right > div:nth-child(1), #header > div.header-right > div:nth-child(2), #header > div.header-right > div:nth-child(3),#profile,#notifications,*/#accessibility_settings, #settings,#admin_settings, #core_apps, #core_users,#help, #body-login > footer,#header > div.header-left > nav {
display:none!important;
}
/*center vertically login form*/
#body-login .wrapper {
margin-block:initial!important;
}
/*#nc_link img{
filter:inherit!important;
}*/
/*settings styling*/
#app {
font-family: sans-serif;
font-size: smaller;
display: flex;
justify-content: center;
margin-top: 10%;
/*height: 100vh;*/
overflow-y:hidden;
overflow-x:hidden;
align-items: center;
}
.buttons {
display: flex;
justify-content: space-evenly;
}
.buttons button {
min-width: 100px
}
/*to fix main_menu auto hide in 1024 width */
@media all and (max-width: 1024px) {
.app-navigation {
position:relative!important;
}
}
/* Add styles here to customize the appearance of your app */