Skip to content

Commit ad90175

Browse files
committed
fix(frontend): css search filters fix
1 parent e50a877 commit ad90175

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

modules/core/site.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,9 +1274,20 @@ div.unseen,
12741274
width: 100vw;
12751275
left: 0px;
12761276
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
1277+
z-index: 1;
1278+
padding-top: 5px;
1279+
flex-direction: row;
1280+
justify-content: right;
1281+
}
1282+
.mobile #list_controls_menu.show > a {
1283+
padding-right: 15px;
1284+
}
1285+
.mobile #list_controls_menu.show form {
1286+
padding-right: 15px;
12771287
}
12781288
.mobile .imap_sort {
12791289
width: 100%;
1290+
margin-right: 0;
12801291
}
12811292
.delayed_date {
12821293
color: var(--bs-primary) !important;
@@ -1589,6 +1600,7 @@ a[disabled] {
15891600
.small_header > div:nth-of-type(2) > div {
15901601
display: flex;
15911602
column-gap: 0.15rem;
1603+
flex-flow: wrap;
15921604
}
15931605

15941606
.small_header {
@@ -1654,7 +1666,7 @@ pre.msg_source {
16541666

16551667
@media (max-width: 575px) {
16561668
.mobile nav.folder_cell { width: 100%; }
1657-
.mobile #list_controls_menu.show { left: auto; right: 0px; }
1669+
.mobile #list_controls_menu.show { left: auto; right: -15px; }
16581670
.mobile .calendar .month_label { padding: 1rem !important; }
16591671
.mobile .calendar .border.m-4 { margin: 1rem !important; }
16601672
.mobile .content_title { gap: 0.25rem; padding-bottom: 10px !important; }

modules/imap/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@
394394
/* .imap_keyword, .imap_sort, .imap_filter { font-size: 75%; float: left; margin-top: 8px; } */
395395
.imap_keyword {
396396
width: 120px;
397+
margin-right: 10px;
398+
}
399+
.imap_sort {
400+
margin-right: 10px;
397401
}
398402
.msg_part_icon {
399403
opacity: 0.4;

0 commit comments

Comments
 (0)