-
-
RBL News auf einen Blick!
+
-
-
-
-
- Letztes Update @FeedDataService.Feeds?.LastUpdate.ToString("dd.MM.yyyy HH:mm")
-
-
-
-
-
+
@*
@@ -49,10 +47,10 @@
@code {
[Inject]
private IFeedDataService FeedDataService { get; set; }
-
+
protected override void OnInitialized()
{
- FeedDataService.DataChanged= () => StateHasChanged();
+ FeedDataService.DataChanged = () => StateHasChanged();
}
}
\ No newline at end of file
diff --git a/RBLNews.Shared/Components/Layout/NavMenu.razor.css b/RBLNews.Shared/Components/Layout/NavMenu.razor.css
index 6ebeb76..fea19ca 100644
--- a/RBLNews.Shared/Components/Layout/NavMenu.razor.css
+++ b/RBLNews.Shared/Components/Layout/NavMenu.razor.css
@@ -11,15 +11,21 @@
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
- .navbar-toggler:checked {
- background-color: rgba(255, 255, 255, 0.5);
- }
+.navbar-toggler:checked {
+ background-color: rgba(255, 255, 255, 0.5);
+}
.top-row {
- height: 2.5rem;
- background-color: rgba(0,0,0,0.4);
+ height: 1.8rem;
+ background-color: rgb(221, 7, 65);
+ color: #eee !important;
}
+.top-row h1, h2, h3, h4, h5 {
+ color: #eee !important;
+}
+
+
.navbar-brand {
font-size: 1.1rem;
}
@@ -47,8 +53,8 @@
}
.nav-item {
- font-size: 0.9rem;
- padding-bottom: 0.5rem;
+ font-size: 0.8rem;
+ padding-bottom: 0.6rem;
}
.nav-item:first-of-type {
diff --git a/RBLNews.Shared/Components/Pages/Feeds.razor.css b/RBLNews.Shared/Components/Pages/Feeds.razor.css
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/RBLNews.Shared/Components/Pages/Feeds.razor.css
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/RBLNews.Shared/wwwroot/css/app.css b/RBLNews.Shared/wwwroot/css/app.css
index 8e6eb9b..e561b6e 100644
--- a/RBLNews.Shared/wwwroot/css/app.css
+++ b/RBLNews.Shared/wwwroot/css/app.css
@@ -1,16 +1,16 @@
+nav .container-fluid {
+ padding-right: 0px !important;
+ padding-left: 0px !important;
+}
+
h1, h2, h3, h4, h5, h6, h7 {
color: rgb(221, 7, 65) !important;
text-transform: uppercase;
}
-.top-row {
- background-color: rgb(221, 7, 65) !important;
- color: #eee !important;
-}
-
-.top-row h3 {
- color: #eee !important;
+.list-group-item {
+ font-size: 0.8rem !important;
}
.loading {