mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
made welcome page scrollable (fixes #2253)
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
.mb-4
|
.container.mt-5.mb-5
|
||||||
.terminus-logo
|
.mb-4
|
||||||
h1.terminus-title Terminus
|
.terminus-logo
|
||||||
sup α
|
h1.terminus-title Terminus
|
||||||
|
sup α
|
||||||
|
|
||||||
.container
|
|
||||||
.text-center.mb-5 Thank you for downloading Terminus!
|
.text-center.mb-5 Thank you for downloading Terminus!
|
||||||
|
|
||||||
.form-line
|
.form-line
|
||||||
|
@@ -2,5 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
flex: 0 1 500px;
|
flex: auto;
|
||||||
|
max-height: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user