Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 26, 2023
1 parent 5509d8b commit a36bc46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion static/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ config = {
border: 0px none;
background-color: transparent;
width: 100%;
height=100%;
height: 100%;
z-index: 5;

padding: 0;
Expand Down
12 changes: 6 additions & 6 deletions static/noctx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ config = {
border: 0px none;
background-color: transparent;
width: 100%;
height=100%;
height: 100%;
z-index: 5;

padding: 0;
Expand Down Expand Up @@ -272,15 +272,15 @@ config = {
}

.trinfo{
position:relative;
right:0px;
position: relative;
right: 0px;
border: 1px solid black;
}

.framed{
position:relative;
top:150px;
right:10px;
position: relative;
top: 150px;
right: 10px;
border: 1px solid black;
}
</style>
Expand Down

0 comments on commit a36bc46

Please sign in to comment.