Profile page little gap CSS in tabs row between Wall and Posts #61

Closed
opened 2022-12-12 14:56:03 +00:00 by mummified-corroding-granny · 1 comment

Kindly,

See attached picture. Please ignore unfounded criticism included in said picture. It was not me who done it

Please consider terminating that gap between the buttons "Wall" and "Posts". That gap does not exist elsewhere. Seems like a misplaced class membership on the first element of the list (nav-item mr-1) because the other elements only have (nav-item)

100% Works on my machine (TM) after removing that mr-1

cat ./files/templates/userpage/userpage.html |
  grep -A 5 f.*u.*ck*.*y.*ou*.*m.*a.*t.*e
  
                <div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center">
                        <ul class="nav settings-nav" id="profile-content--nav">
                                <li class="nav-item mr-1">
                                        <a class="nav-link" href="/@{{u.username}}">Wall</a>
                                </li>
                                <li class="nav-item">

For context, this is also used for the top bar on every page

grep -ie 'margin-right: 0.25rem' -A 1 -B 1 -Rn .
./files/assets/css/main.css-2243-.mr-1, .mx-1 {
./files/assets/css/main.css:2244:       margin-right: 0.25rem !important;
./files/assets/css/main.css-2245-}
Kindly, See attached picture. Please ignore unfounded criticism included in said picture. It was not me who done it Please consider terminating that gap between the buttons "Wall" and "Posts". That gap does not exist elsewhere. **Seems like a misplaced class membership on the first element of the list (nav-item mr-1) because the other elements only have (nav-item)** 100% Works on my machine (TM) after removing that mr-1 ``` cat ./files/templates/userpage/userpage.html | grep -A 5 f.*u.*ck*.*y.*ou*.*m.*a.*t.*e <div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center"> <ul class="nav settings-nav" id="profile-content--nav"> <li class="nav-item mr-1"> <a class="nav-link" href="/@{{u.username}}">Wall</a> </li> <li class="nav-item"> ``` For context, this is also used for the top bar on every page ``` grep -ie 'margin-right: 0.25rem' -A 1 -B 1 -Rn . ./files/assets/css/main.css-2243-.mr-1, .mx-1 { ./files/assets/css/main.css:2244: margin-right: 0.25rem !important; ./files/assets/css/main.css-2245-} ```

Code is law

Code is law
Sign in to join this conversation.
There is no content yet.