forked from AkkomaGang/akkoma-fe
css improvements
This commit is contained in:
parent
a13c945143
commit
32b4d4d223
1 changed files with 8 additions and 3 deletions
|
@ -34,14 +34,19 @@
|
||||||
@import '../../_variables.scss';
|
@import '../../_variables.scss';
|
||||||
|
|
||||||
.post-form-modal-view {
|
.post-form-modal-view {
|
||||||
max-height: 100%;
|
align-items: flex-start;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-form-modal-panel {
|
.post-form-modal-panel {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin: 25% 0 4em 0;
|
margin-top: 25%;
|
||||||
|
margin-bottom: 2em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 700px;
|
||||||
|
|
||||||
|
@media (orientation: landscape) {
|
||||||
|
margin-top: 8%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-status-button {
|
.new-status-button {
|
||||||
|
|
Loading…
Reference in a new issue