Added fullscreen button.

This commit is contained in:
Unick Soft
2019-03-09 22:57:58 +02:00
parent fbfcdee1bd
commit 4cd806e570
5 changed files with 52 additions and 16 deletions

View File

@@ -197,6 +197,11 @@
height: 100%;
}
#canvasSection
{
position: relative;
}
.content {
padding-bottom: 8px;
}
@@ -228,6 +233,13 @@
white-space: pre;
}
#Fullscreen
{
position: absolute;
right: 0px;
z-index: 10;
}
::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;

View File

@@ -66,8 +66,8 @@
.footer
{
padding: 0px;
padding-top: 18px;
padding-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
color: #777;