Making WordPress.org

Changeset 10894


Ignore:
Timestamp:
04/13/2021 11:01:35 PM (4 years ago)
Author:
coffee2code
Message:

Breathe: Improve RTL handling of sticky post indicator and post author avatars.

Props nabilmoqbel, coffee2code.
Fixes #5540.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r10848 r10894  
    556556}
    557557
     558.rtl article.post .entry-header .author-avatar,
     559.rtl article#post-new .entry-header .author-avatar,
     560.rtl article.page .entry-header .author-avatar {
     561    float: right;
     562    margin-left: 10px;
     563    margin-right: 0;
     564}
     565
    558566.author-avatar .avatar,
    559567.o2-comment .avatar,
     
    627635}
    628636
     637.rtl .sticky .o2-post:after {
     638    left: 45px;
     639    right: initial;
     640}
    629641
    630642/*
Note: See TracChangeset for help on using the changeset viewer.