Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed Oct 5, 2024
1 parent 046c52b commit 9566490
Show file tree
Hide file tree
Showing 80 changed files with 6,723 additions and 144 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Now it is also possible to load mastodon content, in the settings of the app you
- open rss feedlink
- offline use (caching)

![feedolin_mockup](/images/feedolin_mockup.png)
![feedolin_mockup](/image/mockup.png)

## Installation

Expand Down
16 changes: 16 additions & 0 deletions application/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ body {
max-width: 100vw;
overflow: hidden;
background: white;

background-image: radial-gradient(circle, #e2dddd 10%, transparent 11%);
background-size: 5px 5px;
}

#app {
Expand Down Expand Up @@ -279,6 +282,8 @@ div#intro img {

article {
min-width: 100%;
background-image: radial-gradient(circle, #e2dddd 10%, transparent 11%);
background-size: 5px 5px;
}

#start {
Expand Down Expand Up @@ -355,6 +360,8 @@ article {
.text {
word-break: break-all; /* Breaks the URL at any character */
padding: 0px 0px 50px 0px;
background-image: radial-gradient(circle, #e2dddd 10%, transparent 11%);
background-size: 5px 5px;
}

#optionsView {
Expand Down Expand Up @@ -679,6 +686,9 @@ video {
max-width: 100vw;
overflow: hidden;
background: white;

background-image: radial-gradient(circle, #e2dddd 10%, transparent 11%);
background-size: 5px 5px;
}

#wrapper {
Expand Down Expand Up @@ -742,6 +752,9 @@ video {
max-width: 100vw;
overflow: hidden;
background: white;

background-image: radial-gradient(circle, #e2dddd 10%, transparent 11%);
background-size: 5px 5px;
}

h2 {
Expand Down Expand Up @@ -772,6 +785,9 @@ video {

#article {
padding: 0px;

background-image: radial-gradient(circle, #e2dddd 10%, transparent 11%);
background-size: 25px 25px;
}

#start article {
Expand Down
Loading

0 comments on commit 9566490

Please sign in to comment.