aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-20 19:44:31 +0300
committerHenry Jameson <me@hjkos.com>2022-04-20 19:44:49 +0300
commit631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f (patch)
tree70eafaf1c189471885124e2a52401574f60b2464 /src/components/settings_modal
parentaef6d529516f34d346faa7e6c424a16ff5f9a202 (diff)
tons of fixes mainly aimed at panel headings
Diffstat (limited to 'src/components/settings_modal')
-rw-r--r--src/components/settings_modal/tabs/theme_tab/theme_tab.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.scss b/src/components/settings_modal/tabs/theme_tab/theme_tab.scss
index 21b49a32..cb8e477c 100644
--- a/src/components/settings_modal/tabs/theme_tab/theme_tab.scss
+++ b/src/components/settings_modal/tabs/theme_tab/theme_tab.scss
@@ -245,25 +245,8 @@
border-color: var(--border, $fallback--border);
}
- .panel-heading {
- .badge, .alert, .btn, .faint {
- margin-left: 1em;
- white-space: nowrap;
- }
- .faint {
- text-overflow: ellipsis;
- min-width: 2em;
- overflow-x: hidden;
- }
- .flex-spacer {
- flex: 1;
- }
- }
.btn {
- margin-left: 0;
- padding: 0 1em;
min-width: 3em;
- min-height: 30px;
}
}
}