mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 16:25:16 +01:00
refinement for css of UI.
This commit is contained in:
parent
4c0a6d8d1c
commit
fa55ca01e7
@ -7,8 +7,8 @@
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
max-height: 680px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
min-width: 1024px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.section {
|
||||
@ -16,10 +16,10 @@
|
||||
padding: 15px;
|
||||
margin-top: 20px;
|
||||
background-color: #FFFFFF;
|
||||
height: 650px;
|
||||
height: 660px;
|
||||
width: 100%;
|
||||
min-height: 1px;
|
||||
max-height: 680px;
|
||||
max-height: 660px;
|
||||
}
|
||||
|
||||
.search-pane {
|
||||
|
@ -27,7 +27,8 @@
|
||||
}
|
||||
|
||||
.switch-pane-tabs {
|
||||
width: 25%;
|
||||
width: 265px;
|
||||
min-width: 265px;
|
||||
float: right;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user