envs
This commit is contained in:
@@ -67,6 +67,7 @@ body {
|
||||
.tg-content {
|
||||
flex: 1;
|
||||
padding: var(--tg-spacing-lg);
|
||||
padding-bottom: 140px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--tg-spacing-xl);
|
||||
@@ -74,9 +75,17 @@ body {
|
||||
|
||||
/* Form components */
|
||||
.tg-form {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--tg-spacing-md);
|
||||
padding: var(--tg-spacing-lg);
|
||||
background: var(--tg-color-bg);
|
||||
border-top: 1px solid var(--tg-color-secondary-bg);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.tg-input-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user