mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fixed "Viewing small (image) attachments" (Closes #369)
This commit is contained in:
parent
eb30a1fe27
commit
96e4741a57
17 changed files with 2827 additions and 178 deletions
|
|
@ -1,8 +1,13 @@
|
|||
|
||||
.rl-view-model {
|
||||
&.RL-Login, &.RL-LoginNew, &.RL-AdminLogin, &.RL-About {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.rl-view-model {
|
||||
&.RL-Login, &.RL-LoginNew, &.RL-AdminLogin, &.RL-About {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
|
||||
.mfp-container .mfp-figure {
|
||||
min-height: 300px;
|
||||
min-width: 300px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue