mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-15 14:41:05 +00:00
Added fullscreen button.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -66,8 +66,8 @@
|
||||
.footer
|
||||
{
|
||||
padding: 0px;
|
||||
padding-top: 18px;
|
||||
padding-bottom: 8px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
|
||||
color: #777;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user