前端ui
This commit is contained in:
@@ -515,7 +515,24 @@ body.hub-fullscreen-open {
|
||||
padding: 16px 20px 24px;
|
||||
}
|
||||
|
||||
.exchange-fullscreen.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.exchange-fullscreen-backdrop {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 0;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.exchange-fullscreen-panel {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
max-width: 820px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user