mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Browser: Show complete bucket name by removing the ellipsis cut off (#3877)
This commit is contained in:
parent
85cbd875fc
commit
ccc3349f0c
@ -7,7 +7,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 35px;
|
padding: 25px;
|
||||||
|
|
||||||
@media(min-width: @screen-md-min) {
|
@media(min-width: @screen-md-min) {
|
||||||
.translate3d(0, 0, 0);
|
.translate3d(0, 0, 0);
|
||||||
@ -63,15 +63,15 @@
|
|||||||
height: ~"calc(100vh - 260px)";
|
height: ~"calc(100vh - 260px)";
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 -35px;
|
margin: 0 -25px;
|
||||||
|
|
||||||
& li {
|
& li {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
& > a {
|
& > a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 10px 40px 12px 65px;
|
padding: 10px 45px 12px 55px;
|
||||||
.text-overflow();
|
word-wrap: break-word;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
@ -79,7 +79,7 @@
|
|||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 35px;
|
left: 25px;
|
||||||
.opacity(0.8);
|
.opacity(0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -95,7 +95,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: #282e32;
|
||||||
|
|
||||||
& > a {
|
& > a {
|
||||||
color: @white;
|
color: @white;
|
||||||
@ -139,10 +139,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 40px;
|
width: 35px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: url(../../img/more-h-light.svg) no-repeat left;
|
background: url(../../img/more-h-light.svg) no-repeat top 20px left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar */
|
/* Scrollbar */
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
/*--------------------------
|
/*--------------------------
|
||||||
File Explorer
|
File Explorer
|
||||||
----------------------------*/
|
----------------------------*/
|
||||||
@fe-sidebar-width : 300px;
|
@fe-sidebar-width : 320px;
|
||||||
@text-muted-color : #BDBDBD;
|
@text-muted-color : #BDBDBD;
|
||||||
@text-strong-color : #333;
|
@text-strong-color : #333;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user