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