Skip to content

Commit

Permalink
Merge pull request #952 from josaphatim/mobile-enh
Browse files Browse the repository at this point in the history
Enhanced mobile appearance of title bar and alerts
  • Loading branch information
marclaporte authored Apr 15, 2024
2 parents 66b0868 + bac91e5 commit 6f0b5ac
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 deletions modules/core/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ button {
padding-bottom: 10px;
padding-top: 20px;
letter-spacing: -1px;
font-size: 125%;
}
.header_subject .content_title {
color: #555;
Expand Down Expand Up @@ -963,10 +962,6 @@ div.unseen,
padding-top: 5px;
padding-bottom: 5px;
}
.mobile .src_name {
padding-top: 20px;
padding-bottom: 20px;
}
.mobile .content_cell {
padding-top: 60px;
display: block;
Expand All @@ -975,18 +970,17 @@ div.unseen,
.mobile .content_title {
z-index: 100;
top: 0px;
background-color: #fff;
position: fixed;
padding-left: 45px !important;
padding-right: 45px !important;
padding-top: 10px !important;
margin-bottom: 5px;
left: 0px;
right: 0px;
padding-bottom: 17px;
display: flex;
flex-flow: row wrap;
max-height: 35rem;
align-items: center;
}
.mobile .list_meta, .mobile .search_form {
flex-flow: row wrap;
}
.mobile .account_icon {
width: 16px;
Expand All @@ -999,28 +993,19 @@ div.unseen,
left: -3px;
font-size: 20px;
font-weight: bold;
}
.mobile .folder_toggle i {
font-size: 2rem;
font-weight: bold;
}
.mobile .folder_toggle {
margin-top: 17px !important;
position: fixed;
z-index: 101;
}
.mobile .message_table {
padding-left: 5px !important;
margin-top: 30px !important;
}
.mobile .list_settings_link,
.mobile .refresh_list {
.mobile .list_settings_link {
width: 24px;
height: 24px;
vertical-align: -13px;
}
.mobile .refresh_list {
margin-right: 5px;
}
.mobile .update_message_list {
margin-right: 20px;
}
Expand All @@ -1043,6 +1028,9 @@ div.unseen,
top: 1px;
left: 70px !important;
}
.mobile .sys_messages {
z-index: 1000 !important;
}
@media (orientation: landscape) {
.mobile .msg_controls {
top: 12px;
Expand Down Expand Up @@ -1147,16 +1135,9 @@ div.unseen,
}
.mobile .list_controls {
color: #777;
background: linear-gradient(180deg, #fff, #fff, #f7f2ef);
height: 48px;
padding-left: 5px;
padding-right: 5px;
}
.mobile .list_controls i {
margin-top: 10px !important;
font-size: 2rem;
font-weight: bold;
}
.mobile .page_links {
font-size: 150%;
}
Expand All @@ -1168,7 +1149,6 @@ div.unseen,
padding: 4px 6px !important;
line-height: normal !important;
margin-left: -3px !important;
margin-top: -4px;
position: relative;
}
.mobile .toggle_link img {
Expand Down

0 comments on commit 6f0b5ac

Please sign in to comment.