fix address book for small devices
This commit is contained in:
parent
35a98069be
commit
d8052de809
3 changed files with 12 additions and 9 deletions
|
|
@ -1494,6 +1494,13 @@ a.text-warning:hover {color: #FD7262;}
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 40em) {
|
||||
dialog.large, .reveal-modal.large {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 380px) {
|
||||
.sidebar-footer {
|
||||
display: none;
|
||||
|
|
@ -1642,10 +1649,6 @@ a.text-warning:hover {color: #FD7262;}
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.postfix.button.addressbook {
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.addressbook-entry td {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue