
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
Details summary margin appears to be wrong Β· Issue #1995 Β· squidfunk/mkdocs-material
Description:
I checked that... ... the documentation does not mention anything about my problem ... the problem doesn't occur with the default MkDocs template ... the problem is not in any of my customizati...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- News & Politics
- Photography
- Video & Online Content
Content Management System {π}
What CMS is github.com built with?
Github.com operates using WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
summary, squidfunk, border, issue, facelessuser, problem, background, change, style, commented, margin, rem, open, sign, requests, details, appears, chrome, behavior, left, owner, focus, resolved, projects, closed, description, css, override, color, due, bug, looked, navigation, issues, pull, actions, security, wrong, doesnt, default, mkdocs, template, related, mdtypeset, styling, docs, firefox, make, disappear, versions,
Topics {βοΈ}
squidfunk edits owner materials official docs closed issues open projects improvement resolved issue easily bring back default admonition backgrounds comment metadata assignees default mkdocs template simple css change admonition color shades projects milestone squidfunk closed setting border-left focus outline behavior styling override perspective latest material personal opinion left border style margin appears open peculiar behavior transparent versions summary background problem description custom styling left detail' focus outline visual appearance quirk due macos browser revamping accessibility correctly span 8eb2375 adds slightly increase css size milestone relationships background color 8 mkdocs base style current style chrome due github looked weird completed sign summary change disappear left
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
- I wonder why summary only needs the left border style when you override the background?
- Is that a problem?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:Details summary margin appears to be wrong
articleBody:<!--
β οΈ WARNING
Half of all issues created do not contain enough information to help or are
not appropriate for the issue tracker (i.e. one-line questions). If you think
you found a bug, follow the steps outlined below closely. Any issue that does
not meet these conditions may be closed unnoticed.
Why? Because the maintainers of this project are wasting a lot of time
answering questions that are not directly related to this project.
Make sure that your request fulfills all of the following requirements.
-->
__I checked that...__
- [x] ... the documentation does not mention anything about my problem
- [x] ... the problem doesn't occur with the default MkDocs template
- [x] ... the problem is not in any of my customizations (CSS, JS, template)
- [x] ... there are no open or closed issues that are related to my problem
## Description
It appears the margin for summary is incorrect. It appears to use
```css
.md-typeset summary {
margin: 0 -0.6rem 0 -0.8rem;
}
```
But should use:
```css
.md-typeset summary {
margin: 0 -0.6rem 0 -0.6rem;
}
```

The problem doesn't appear until you try to override the background color of the summary. The above change does not affect the visual appearance of the base style, which seems to suggest that it is a quirk due to when the style is applied.
To demonstrate that this is not related to my site's custom styling, I've demonstrated that it occurs
on Materials official docs with a simple CSS change:
<img width="771" alt="Screen Shot 2020-10-16 at 11 18 05 AM" src="https://user-images.githubusercontent.com/1055125/96289044-980be600-0fa1-11eb-88f4-60c5a8abf739.png">
I have replicated this on both Chrome and Firefox. I have not tried others yet.
### Expected behavior
Changing the summary background should not make the left details border disappear.
### Actual behavior
Summary background changes should not cause the left detail's border to disappear.
### Steps to reproduce the bug
See description
### Package versions
<!-- Please provide all package versions -->
* Python: 3.8
* MkDocs: Latest
* Material: 6.0
### System information
<!-- Please provide your operating system and browser version -->
* OS: macOS
* Browser: Firefox and Chrome, maybe more.
author:
url:https://github.com/facelessuser
type:Person
name:facelessuser
datePublished:2020-10-16T17:25:05.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:6
url:https://github.com/1995/mkdocs-material/issues/1995
context:https://schema.org
headline:Details summary margin appears to be wrong
articleBody:<!--
β οΈ WARNING
Half of all issues created do not contain enough information to help or are
not appropriate for the issue tracker (i.e. one-line questions). If you think
you found a bug, follow the steps outlined below closely. Any issue that does
not meet these conditions may be closed unnoticed.
Why? Because the maintainers of this project are wasting a lot of time
answering questions that are not directly related to this project.
Make sure that your request fulfills all of the following requirements.
-->
__I checked that...__
- [x] ... the documentation does not mention anything about my problem
- [x] ... the problem doesn't occur with the default MkDocs template
- [x] ... the problem is not in any of my customizations (CSS, JS, template)
- [x] ... there are no open or closed issues that are related to my problem
## Description
It appears the margin for summary is incorrect. It appears to use
```css
.md-typeset summary {
margin: 0 -0.6rem 0 -0.8rem;
}
```
But should use:
```css
.md-typeset summary {
margin: 0 -0.6rem 0 -0.6rem;
}
```

The problem doesn't appear until you try to override the background color of the summary. The above change does not affect the visual appearance of the base style, which seems to suggest that it is a quirk due to when the style is applied.
To demonstrate that this is not related to my site's custom styling, I've demonstrated that it occurs
on Materials official docs with a simple CSS change:
<img width="771" alt="Screen Shot 2020-10-16 at 11 18 05 AM" src="https://user-images.githubusercontent.com/1055125/96289044-980be600-0fa1-11eb-88f4-60c5a8abf739.png">
I have replicated this on both Chrome and Firefox. I have not tried others yet.
### Expected behavior
Changing the summary background should not make the left details border disappear.
### Actual behavior
Summary background changes should not cause the left detail's border to disappear.
### Steps to reproduce the bug
See description
### Package versions
<!-- Please provide all package versions -->
* Python: 3.8
* MkDocs: Latest
* Material: 6.0
### System information
<!-- Please provide your operating system and browser version -->
* OS: macOS
* Browser: Firefox and Chrome, maybe more.
author:
url:https://github.com/facelessuser
type:Person
name:facelessuser
datePublished:2020-10-16T17:25:05.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:6
url:https://github.com/1995/mkdocs-material/issues/1995
Person:
url:https://github.com/facelessuser
name:facelessuser
url:https://github.com/facelessuser
name:facelessuser
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:6
interactionType:https://schema.org/CommentAction
userInteractionCount:6
External Links {π}(7)
- How much does https://github.blog net monthly?
- How much does https://user-images.githubusercontent.com/1055125/96288869-5713d180-0fa1-11eb-998f-da52580d89e0.gif rake in every month?
- Explore the financials of https://user-images.githubusercontent.com/1055125/96289044-980be600-0fa1-11eb-88f4-60c5a8abf739.png
- What's the income of https://user-images.githubusercontent.com/932156/96333158-978a5280-1068-11eb-83d7-522d9f9a95d1.png?
- How much income is https://user-images.githubusercontent.com/932156/96333263-2c8d4b80-1069-11eb-8686-4e16b74d9227.png earning monthly?
- How much does https://user-images.githubusercontent.com/932156/96339273-f74a2300-1093-11eb-9df3-ec799efb3ac9.png gross monthly?
- How much does https://www.githubstatus.com/ bring in each month?
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net