gnu-social/public/assets/css/replies/replies.css

23 lines
471 B
CSS
Raw Normal View History

2020-09-04 00:11:10 +01:00
.main {
font-size: var(--medium-size);
border: none !important;
}
.note {
2020-09-05 06:34:41 +01:00
margin-bottom: 0 !important;
2020-09-04 00:11:10 +01:00
}
2020-09-05 06:34:41 +01:00
#save {
display: flex;
}
#save div:nth-of-type(1) {
2020-09-04 00:11:10 +01:00
padding: var(--unit-size);
}
2020-09-05 06:34:41 +01:00
#save div:nth-of-type(1) textarea {
2020-09-04 00:11:10 +01:00
padding: var(--unit-size);
border-radius: var(--unit-size);
background-color: var(--bg1);
font-size: var(--unit-size);
width: 100%;
box-sizing: border-box;
}
2020-09-05 06:34:41 +01:00
#save div:nth-of-type(2)