mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
small css changes
This commit is contained in:
parent
3e534f3fda
commit
065e16e5fe
3 changed files with 2 additions and 8 deletions
|
@ -55,10 +55,6 @@ export class AppComponent implements OnInit {
|
||||||
private signalrNotification: SignalRNotificationService,
|
private signalrNotification: SignalRNotificationService,
|
||||||
private readonly snackBar: MatSnackBar) {
|
private readonly snackBar: MatSnackBar) {
|
||||||
|
|
||||||
|
|
||||||
// __webpack_public_path__ = window['base-href']
|
|
||||||
|
|
||||||
|
|
||||||
this.translate.addLangs(["en", "de", "fr", "da", "es", "it", "nl", "sk", "sv", "no", "pl", "pt"]);
|
this.translate.addLangs(["en", "de", "fr", "da", "es", "it", "nl", "sk", "sv", "no", "pl", "pt"]);
|
||||||
|
|
||||||
const selectedLang = this.storage.get("Language");
|
const selectedLang = this.storage.get("Language");
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
$ombi-primary:#3f3f3f;
|
$ombi-primary:#3f3f3f;
|
||||||
$card-background: #2b2b2b;
|
$card-background: #2b2b2b;
|
||||||
#cardImage {
|
#cardImage {
|
||||||
max-height: 68%;
|
|
||||||
border-radius: 5px 5px 0px 0px;
|
border-radius: 5px 5px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-card {
|
.dark-card {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
height: 435px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-spacing {
|
.card-spacing {
|
||||||
|
|
|
@ -32,7 +32,7 @@ export class MyNavComponent implements OnInit {
|
||||||
public ngOnInit(): void {
|
public ngOnInit(): void {
|
||||||
this.theme = this.store.get("theme");
|
this.theme = this.store.get("theme");
|
||||||
if(!this.theme) {
|
if(!this.theme) {
|
||||||
this.store.save("theme","light");
|
this.store.save("theme","dark");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue