diff --git a/src/pages/messages/show-picture.scss b/src/pages/messages/show-picture.scss new file mode 100644 index 000000000..86a1de2a1 --- /dev/null +++ b/src/pages/messages/show-picture.scss @@ -0,0 +1,10 @@ +.show-picture { + background-color: black; + + .picture { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } +} \ No newline at end of file