never-lose
Version:
This Chrome extension save all web pages you viewed to the Wayback Machine
38 lines (31 loc) • 462 B
CSS
body {
margin: 0;
min-height: 100vh;
}
form {
height: 100vh;
display: flex;
flex-direction: column;
}
label > i {
float: right;
color: grey;
}
.form-group {
flex: 1;
display: flex;
flex-direction: column;
margin-top: 8px;
}
textarea {
flex: 1;
white-space: nowrap;
font-family: "Courier New", monospace;
}
.buttons {
text-align: right;
margin-bottom: 16px;
}
#add-domain {
float: left;
}