Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/12/2022 07:29:54 AM (2 years ago)
Author:
imath
Message:

BP Nouveau: improve the Activity post form custom buttons display

Fixes #8762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss

    r12398 r13365  
    6464
    6565                @include box-shadow(0 0 6px 0 $med-light-grey);
     66            }
     67        }
     68    }
     69
     70    #whats-new-buttons {
     71        max-width: 100%;
     72        padding: 0 0 1em 0;
     73        z-index: 1000;
     74        margin: 0 0 0.5em 55px;
     75        display: flex;
     76        gap: 0.6em;
     77        margin-left: 55px;
     78
     79        > li {
     80            list-style: none;
     81
     82            button {
     83                padding: 5px 10px;
     84                width: auto;
     85                height: auto;
    6686            }
    6787        }
Note: See TracChangeset for help on using the changeset viewer.