2020-11-22 18:20:24 +01:00
|
|
|
/* Disable the 'zoom' animation while browsing pictures */
|
|
|
|
#imageview #image {
|
|
|
|
transition: none !important;
|
|
|
|
animation-name: none !important;
|
|
|
|
animation-duration: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide smart albums */
|
|
|
|
/*
|
|
|
|
[data-id="0"] { display:none; }
|
|
|
|
[data-id="s"] { display:none; }
|
|
|
|
[data-id="f"] { display:none; }
|
|
|
|
[data-id="r"] { display:none; }
|
|
|
|
*/
|
2020-12-11 21:07:15 +01:00
|
|
|
|
|
|
|
/* Make the diadnostic font bigger */
|
|
|
|
.settings_view p, .settings_view a, .settings_view input,
|
|
|
|
.sharing_view p, .sharing_view a, .sharing_view input, .sharing_view option,
|
|
|
|
.users_view p, .users_view a, .users_view input, .users_view option,
|
|
|
|
.logs_diagnostics_view pre {
|
|
|
|
font-size: 12pt;
|
|
|
|
line-height: 14pt;
|
|
|
|
}
|