Skip to content

Commit

Permalink
idk what i did
Browse files Browse the repository at this point in the history
  • Loading branch information
Apearson75 committed Feb 16, 2022
1 parent 43614b5 commit e211d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ div.fill-screen {
img.make-it-fit {
max-width: 100%;
max-height: 100%;
background-color: black;
}

img.make-it-fit:hover {

nav {
width: 100vw;
height: 5px;
display: flex;
background-color: black;
}
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Reddit Desktop Pin</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<body style="-webkit-app-region: drag">
<div class="fill-screen">
<img src="" id="image" width="800" height="600" class="make-it-fit"/>
</div>
Expand Down

0 comments on commit e211d98

Please # to comment.