Skip to content
Snippets Groups Projects
Commit 2a4828bd authored by Greg Fodor's avatar Greg Fodor
Browse files

Presence list styling fix

parent 6eb364ea
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,19 @@
top: -5px;
left: 44px;
@media(max-width: 768px), (max-height: 420px) {
left: 34px;
@media(max-width: 500px) {
left: 22px;
}
}
:local(.presence-list) {
position: absolute;
top: 72px;
@media(max-width: 500px) {
top: 96px;
}
left: 16px;
bottom: 0;
z-index: 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment