mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-10 20:50:29 +01:00
Merge branch 'main' into 19319-allow-flatenning-on-empty-namespace
This commit is contained in:
commit
0a6432f283
@ -1,6 +1,5 @@
|
||||
/* side form */
|
||||
.side-form {
|
||||
position: absolute;
|
||||
width: 325px;
|
||||
height: 100%;
|
||||
left:28px;
|
||||
@ -22,7 +21,7 @@
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
z-index: 600;
|
||||
width: 350px;
|
||||
width: 325px;
|
||||
bottom: 0
|
||||
}
|
||||
|
||||
@ -41,6 +40,7 @@
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
left: -25px;
|
||||
}
|
||||
.freshIcon{float: right; margin-right: 20px; margin-top: -10px;cursor: pointer;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user