mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 09:17:54 -07:00
Fixed concurrent installation, replaced misspelled class
- Removed redundant theme.prepare() in LocalThemeInstaller._install_theme() (already calls in abstract ThemeInstaller); - Replaced misspelled class in messages.css
This commit is contained in:
@@ -20,7 +20,6 @@ class LocalThemeInstaller(ThemeInstaller):
|
|||||||
mode=self.args.mode, is_filled=self.args.filled)
|
mode=self.args.mode, is_filled=self.args.filled)
|
||||||
|
|
||||||
def _install_theme(self, hue, theme_name, sat):
|
def _install_theme(self, hue, theme_name, sat):
|
||||||
self.theme.prepare()
|
|
||||||
self.theme.install(hue, theme_name, sat)
|
self.theme.install(hue, theme_name, sat)
|
||||||
|
|
||||||
def _apply_tweaks_to_theme(self):
|
def _apply_tweaks_to_theme(self):
|
||||||
|
@@ -101,7 +101,7 @@
|
|||||||
/* that's much better than adding "margin: $base_padding * 0.5;" to .message-close-button */
|
/* that's much better than adding "margin: $base_padding * 0.5;" to .message-close-button */
|
||||||
.message-close-button { margin: 0; }
|
.message-close-button { margin: 0; }
|
||||||
.message-header:ltr > :last-child { margin-right: 2px; }
|
.message-header:ltr > :last-child { margin-right: 2px; }
|
||||||
.messahe-header:rtl > :first-child { margin-left: 2px; }
|
.message-header:rtl > :first-child { margin-left: 2px; }
|
||||||
|
|
||||||
/* close button, expand button (46+) */
|
/* close button, expand button (46+) */
|
||||||
.message-close-button,
|
.message-close-button,
|
||||||
|
Reference in New Issue
Block a user