blob: a78a00af50afe5b7908a2bd86035222f43b508e5 [file] [log] [blame]
* {
padding: 10px;
}
.buttons {
display: flex;
justify-content: space-between;
}
textarea {
width: 350px;
height: 180px;
}
button {
touch-action: manipulation;
}
#switchFldbtn {
width: 15%;
display: block;
margin: 0 auto;
box-shadow: 2px 2px 1px #ccc;
max-width: 105px;
text-align: center;
}