feat(themes,templates,signup-gate): add signup gate, remove custom theme switcher from links footer
This commit is contained in:
@@ -459,35 +459,6 @@ footer {
|
||||
border-top: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.theme-selector-footer {
|
||||
margin-left: 15px !important;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.theme-selector-footer form {
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
gap: 6px !important;
|
||||
}
|
||||
|
||||
.theme-selector-footer select,
|
||||
.theme-selector-footer .ui.dropdown {
|
||||
background: var(--color-menu) !important;
|
||||
border: 1px solid var(--color-border) !important;
|
||||
color: var(--color-text) !important;
|
||||
min-width: 100px !important;
|
||||
padding: 4px 8px !important;
|
||||
font-size: 0.75em !important;
|
||||
height: auto !important;
|
||||
min-height: unset !important;
|
||||
}
|
||||
|
||||
.theme-selector-footer .ui.button {
|
||||
padding: 4px 10px !important;
|
||||
font-size: 0.7em !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
|
||||
Reference in New Issue
Block a user