Skip to content

Commit

Permalink
cleanup sync panel mobile sizing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Oct 12, 2023
1 parent 74656dc commit 003181f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 4 additions & 3 deletions scss/site/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,13 @@ html .ui-dialog {
max-height: 100vh !important;
top: 0 !important;
left: 0 !important;
font-size: 1.2em;
font-size: 1.08em;
border: none;
border-radius: 0;

.ui-dialog-buttonpane {
font-size: 1.1em;
.ui-dialog-titlebar {
padding-top: 0.8em;
padding-bottom: 0.8em;
}

.ui-resizable-handle {
Expand Down
9 changes: 9 additions & 0 deletions scss/site/_sync.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
flex-direction: row;
padding: 0;

.sync-mgmt,
.performance-mgmt {
min-width: 350px;
}

.sync-mgmt {
flex: 1 1;
max-width: 100%;
Expand Down Expand Up @@ -288,6 +293,10 @@
}

.ui-dialog-buttonpane {
@media only screen and (max-width: 400px) {
font-size: 0.8em;
}

&.sync-active {
.btn.sauce-backup,
.btn.sauce-restore {
Expand Down
5 changes: 0 additions & 5 deletions scss/site/performance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1592,11 +1592,6 @@ table.activity-table {

@media only screen and (max-width: 768px) {

body {
// The responsive body fontsize is constrained by the analysis page; not us.
font-size: 1.12em !important;
}

table.sauce-perf {
td, th {
white-space: initial;
Expand Down

0 comments on commit 003181f

Please sign in to comment.