1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-16 09:15:03 +12:00
uMatrix/src/css/raw-settings.css

21 lines
365 B
CSS
Raw Normal View History

2018-04-09 01:10:11 +12:00
div.body {
box-sizing: border-box;
2018-01-07 12:00:28 +13:00
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-between;
2018-04-09 01:10:11 +12:00
overflow: hidden;
2018-01-07 12:00:28 +13:00
}
p {
margin: 0.5em 0;
}
textarea {
box-sizing: border-box;
flex-grow: 1;
resize: none;
text-align: left;
white-space: pre;
width: 100%;
word-wrap: normal;
}