Skip to content

Commit

Permalink
Breathe 2024: Fix welcome box layout
Browse files Browse the repository at this point in the history
New RTL styles didn't account for this layout using the same selectors.

See #377


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14269 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Dec 11, 2024
1 parent da8b943 commit 43659db
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -909,26 +909,22 @@ input[type="submit"]:hover {
}
}

#primary {
.content-area {
width: 68%;
float: inline-start;
padding-right: unset;
padding-inline-end: var(--wp--preset--spacing--20);
}

.widget-area,
#secondary {
float: inline-end;
clear: inline-end;
}

@media (max-width: 876px) {
#primary {
.content-area {
width: 100%;
}
}

@media (max-width: 876px) {
#primary {
-webkit-backface-visibility: initial;
padding-inline-end: unset;
}
Expand Down

0 comments on commit 43659db

Please sign in to comment.