Turn some pages into modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
6e7ef333b8
commit
46ca470f01
14 changed files with 14 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/ui/components/favourites_modal.js
Normal file
BIN
app/soapbox/features/ui/components/favourites_modal.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/ui/components/mentions_modal.js
Normal file
BIN
app/soapbox/features/ui/components/mentions_modal.js
Normal file
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/ui/components/reactions_modal.js
Normal file
BIN
app/soapbox/features/ui/components/reactions_modal.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/ui/components/reblogs_modal.js
Normal file
BIN
app/soapbox/features/ui/components/reblogs_modal.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -339,7 +339,10 @@
|
||||||
.confirmation-modal,
|
.confirmation-modal,
|
||||||
.report-modal,
|
.report-modal,
|
||||||
.actions-modal,
|
.actions-modal,
|
||||||
.mute-modal {
|
.mute-modal,
|
||||||
|
.reactions-modal,
|
||||||
|
.reblogs-modal,
|
||||||
|
.mentions-modal {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -385,6 +388,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reactions-modal,
|
||||||
|
.reblogs-modal,
|
||||||
|
.mentions-modal {
|
||||||
|
height: 80vh;
|
||||||
|
|
||||||
|
.slist {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.boost-modal__container {
|
.boost-modal__container {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in a new issue