mirror of https://github.com/zulip/zulip.git
integrations: Keep 50px space between content and window.
I am not sure why we didn't want no space between them for 768px to 65px. It looks better with this change.
This commit is contained in:
parent
7dcffca50e
commit
12fe9b78de
|
@ -34,10 +34,6 @@ $category-text: hsl(219, 23%, 33%);
|
|||
}
|
||||
|
||||
@media (width <= 768px) {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media (width <= 686px) {
|
||||
width: calc(100% - 50px);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue