mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
9 lines
128 B
SCSS
9 lines
128 B
SCSS
|
.messaging-box {
|
||
|
border: solid 1px white;
|
||
|
padding: 1em;
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
right: 1em;
|
||
|
background: grey;
|
||
|
}
|