fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix image prompt
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
mainLayout.less
diff --git
a/src/editor/modules/rng/mainLayout.less
b/src/editor/modules/rng/mainLayout.less
index
f957f0a
..
859b581
100644
(file)
--- a/
src/editor/modules/rng/mainLayout.less
+++ b/
src/editor/modules/rng/mainLayout.less
@@
-2,8
+2,8
@@
position: fixed;
top: 5px;
bottom: 5px;
position: fixed;
top: 5px;
bottom: 5px;
- left:
8
0px;
- right:
8
0px;
+ left: 0px;
+ right: 0px;
[fnpjs-place="messages"] {
position: absolute;
[fnpjs-place="messages"] {
position: absolute;
@@
-16,6
+16,7
@@
float: right;
position: relative;
z-index: 2;
float: right;
position: relative;
z-index: 2;
+ margin-right: 60px;
}
[fnpjs-place="mainView"] {
}
[fnpjs-place="mainView"] {
@@
-23,12
+24,13
@@
top: 15px;
left:0;
right:0;
top: 15px;
left:0;
right:0;
- bottom:
0
;
+ bottom:
20px
;
z-index: 1;
> .rng-view-tabs {
position: relative;
height: 100%;
z-index: 1;
> .rng-view-tabs {
position: relative;
height: 100%;
+ padding-left: 60px;
> .rng-view-tabs-content {
position: absolute;
> .rng-view-tabs-content {
position: absolute;
@@
-40,4
+42,10
@@
}
}
}
}
+ [fnpjs-place="bottomPanel"] {
+ position: absolute;
+ bottom:0;
+ height: 20px;
+ width:100%
+ }
}
\ No newline at end of file
}
\ No newline at end of file