Add border to rest of the tab space (#215)
* add border to rest of the tab space * All tabs should be False * slugify div ids * bottom padding for horizontal * do not show solo tabs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use properties over attribute * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rename id to class * scrollbar shenanigans * rename tag * wip : button weirdness in safari * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vaz <vmohan@lenbox.io> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name="theme",
|
||||
name="show_inlines_as_tabs",
|
||||
field=models.BooleanField(default=True, verbose_name="inlines as tabs"),
|
||||
field=models.BooleanField(default=False, verbose_name="inlines as tabs"),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user