Skip to content

Commit

Permalink
sleep mode
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed Nov 22, 2024
1 parent c263401 commit 9c46a8d
Show file tree
Hide file tree
Showing 22 changed files with 486 additions and 1,125 deletions.
15 changes: 12 additions & 3 deletions application/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ h2 {
h2.reblog::before {
content: "";
display: inline-block;
width: 20px; /* Adjust to your image size */
height: 20px; /* Adjust to your image size */
width: 1.1rem; /* Adjust to your image size */
height: 1.1rem; /* Adjust to your image size */
background-image: url("../icons/reblog.svg");
background-size: cover; /* Adjusts image to fill the box */
padding: 3px 0 0 0;
margin-right: 5px; /* Space between image and text */
}

Expand Down Expand Up @@ -350,6 +351,12 @@ article {
margin: 0 0 10px 0;
}

h2.article-title {
overflow-wrap: break-word !important;
max-width: 90vw;
min-width: 90vw;
}

#article {
padding: 20px 20px 20px 20px;
}
Expand Down Expand Up @@ -384,7 +391,7 @@ article {
}

.page {
margin: 30px 0 0 0;
margin: 35px 0 0 0;
padding: 10px 10px 40px 10px;
}

Expand Down Expand Up @@ -468,6 +475,8 @@ div.nickname {
background: white;
color: black;
width: fit-content;
position: absolute;
right: 0;
}
/*/ //////////////////////////
///VIEWS////////////////*/
Expand Down
14 changes: 14 additions & 0 deletions application/assets/icons/E0AB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c46a8d

Please sign in to comment.