mirror of https://github.com/zulip/zulip.git
css: Remove redundant `.download` top positioning in lightbox.scss.
* This rule was already invalid since `.download` is used in templates as `.button.download` and here it was defined as `.button .download` * Even if the above was to be corrected, `.download` has position `static` and hence the top positioning would never have affected anything.
This commit is contained in:
parent
3641855a2c
commit
ede9faef2e
|
@ -278,10 +278,6 @@
|
|||
color: hsl(227, 40%, 16%);
|
||||
}
|
||||
|
||||
#lightbox_overlay .button .download {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 320px) and (max-width: 736px) {
|
||||
#lightbox_overlay {
|
||||
.image-actions {
|
||||
|
|
Loading…
Reference in New Issue