mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
18 lines
266 B
Text
18 lines
266 B
Text
.error-details {
|
|
margin: 25px;
|
|
display: flex;
|
|
position: absolute;
|
|
flex-direction: column;
|
|
bottom: 0;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
|
|
textarea {
|
|
resize: none;
|
|
border: 0;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
padding: 10px;
|
|
flex: 1;
|
|
}
|
|
}
|