mirror of
https://git.sr.ht/~iwakuralain/text0Nly
synced 2025-07-27 15:36:11 +00:00
whoopsie
This commit is contained in:
parent
0894483bb1
commit
183d432ef1
@ -4,16 +4,18 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #222;
|
color: #222;
|
||||||
padding-bottom: 200px;
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 24px 12px 0 12px;
|
padding: 24px 12px;
|
||||||
display: flex;
|
flex: 1;
|
||||||
flex-direction: column;
|
width: 100%;
|
||||||
min-height: 100vh;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@ -59,8 +61,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.messages-container {
|
.messages-container {
|
||||||
flex: 1;
|
margin-bottom: 180px;
|
||||||
margin-bottom: 18px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
@ -107,6 +108,7 @@ body {
|
|||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
|
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-form {
|
.message-form {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user