mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup some mobile modal screen sizes
And simplify the ko command bindinghandler to use CSS :enabled
This commit is contained in:
parent
f673344408
commit
fe45179847
6 changed files with 12 additions and 49 deletions
|
|
@ -204,10 +204,6 @@ html:not(.rl-left-panel-disabled) #rl-left.resizable > .resizer,
|
|||
#rl-sub-right {
|
||||
left: 500px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
|
|
@ -227,10 +223,6 @@ html:not(.rl-left-panel-disabled) #rl-left.resizable > .resizer,
|
|||
#rl-sub-right {
|
||||
left: 400px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
/* mobile and tablet */
|
||||
|
|
@ -250,29 +242,10 @@ html:not(.rl-left-panel-disabled) #rl-left.resizable > .resizer,
|
|||
#rl-sub-right {
|
||||
left: 310px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
.contactValueInput {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* tablet */
|
||||
@media screen and (min-width: 768px) and (max-width: 999px) {
|
||||
.b-contacts-content.modal {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
.contactValueInput {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-on-ctrl-btn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue