forked from AkkomaGang/akkoma-fe
15bac1e401
implements part of #178, other parts will come later Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com> Reviewed-on: AkkomaGang/pleroma-fe#186 Co-authored-by: sfr <sol@solfisher.com> Co-committed-by: sfr <sol@solfisher.com>
21 lines
300 B
SCSS
21 lines
300 B
SCSS
@import 'src/_variables.scss';
|
|
.mod_tab-switcher {
|
|
height: 100%;
|
|
|
|
.content {
|
|
margin: 1em 1em 1.4em;
|
|
|
|
> div {
|
|
margin-bottom: .5em;
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
height: 100px;
|
|
}
|
|
}
|
|
}
|