Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12ec20b

Browse files
author
minjk-bl
committed
FileNavigation - height control on long file path
1 parent354ccac commit12ec20b

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

‎css/component/common.css‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
.wp50 {
8585
width:50px;
8686
}
87+
.wp60 {
88+
width:60px;
89+
}
8790
.wp80 {
8891
width:80px;
8992
}

‎css/component/fileNavigation.css‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
.fileNavigationPage-inner {
4848
float: right;
4949
display: grid;
50-
grid-template-rows:30px auto min-content;
50+
/* grid-template-rows: 30px auto min-content; */
51+
grid-template-rows: min-content auto min-content;
5152
width:80%;
5253
height:100%;
5354
}
@@ -107,7 +108,8 @@
107108
}
108109
.fileNavigationPage-menu {
109110
min-height:30px;
110-
height:6%;
111+
/* height: 6%; */
112+
height: fit-content;
111113
padding-left:10px;
112114
background-color:#EEE;
113115
border:1px solid#ddd;;
@@ -127,7 +129,7 @@
127129
justify-content: center;
128130
}
129131
.fileNavigationPage-menu-block {
130-
margin-left:10px;
132+
padding:035px010px;
131133
display: flex;
132134
flex-direction: column;
133135
justify-content: center;
@@ -192,11 +194,11 @@
192194
.fileNavigationPage-closedBtn {
193195
position: fixed;
194196
z-index:3;
195-
right:5px;
197+
right:10px;
196198
width:20px;
197199
height:20px;
198200
line-height:20px;
199-
top:5px;
201+
top:3px;
200202
text-align: center;
201203
}
202204
.fileNavigationPage-closedBtn:hover {

‎src/component/fileNavigation/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
style='display: flex;
1717
flex-direction: column;
1818
justify-content: center;'>
19-
<div>
19+
<divclass="wp60">
2020
<buttonclass='btn btn-default fileNavigationPage-btn-prev'
2121
style='padding: 2px 8px;'>
2222
<iclass="fa fa-chevron-left"aria-hidden="true"></i>
@@ -41,7 +41,7 @@
4141
</div>
4242
</div>
4343
</div>
44-
<divclass='fileNavigationPage-closedBtn'>X</div>
44+
<divclass='fileNavigationPage-closedBtn'><imgsrc="/nbextensions/visualpython/resource/close_big.svg"></div>
4545
<divclass='fileNavigationPage-directory-container'>
4646

4747
<divclass='fileNavigationPage-body'></div>

‎src/pandas/fileNavigation/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<divclass='fileNavigationPage-menu'>
1414

1515
<divclass="btn-group"id="move_up_down">
16-
<div>
16+
<divclass="wp60">
1717
<buttonclass='btn btn-default fileNavigationPage-btn-prev'
1818
style='padding: 2px 8px;'>
1919
<iclass="fa fa-chevron-left"aria-hidden="true"></i>
@@ -38,7 +38,7 @@
3838
</div>
3939
</div>
4040
</div>
41-
<divclass='fileNavigationPage-closedBtn'>X</div>
41+
<divclass='fileNavigationPage-closedBtn'><imgsrc="/nbextensions/visualpython/resource/close_big.svg"></div>
4242
<divclass='fileNavigationPage-directory-container'>
4343

4444
<divclass='fileNavigationPage-body'></div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp