We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9452f38 commit 475a7a1Copy full SHA for 475a7a1
frontend/styles/theme/theme.css
@@ -25,17 +25,20 @@ body {
25
}
26
27
28
+/* Remove drop-shadow around pre-session screen. */
29
.PreSessionScreen {
- /* Remove drop-shadow around pre-session screen. */
30
box-shadow: none;
31
border-radius: 0;
32
+}
33
- /* Remove whitespace on top of pre-session screen. */
34
+/* Reduce whitespace to remove vertical scrollbars in login screen. */
35
+.PreSessionScreen {
36
margin-top: 0;
-
- /* Reduce padding to remove vertical scrollbars in login screen. */
37
padding: 24px;
38
39
+.PreSessionScreen .LoginView_separator {
40
+ margin: -2px;
41
42
43
/* Remove link to hydrogen on GitHub. */
44
.PreSessionScreen a[href*="https://github.com/vector-im/hydrogen-web"] {
0 commit comments