commit
44a543bdd5
File diff suppressed because one or more lines are too long
|
|
@ -16,10 +16,6 @@ export default (token: Theme) => css`
|
|||
}
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.ant-slider-track,
|
||||
.ant-tabs-ink-bar,
|
||||
.ant-switch-checked {
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@ import { readableColor } from 'polished';
|
|||
|
||||
export default (token: Theme) => {
|
||||
return css`
|
||||
body {
|
||||
height: 100vh !important;
|
||||
}
|
||||
|
||||
.gradio-group,
|
||||
.gradio-row {
|
||||
gap: 12px !important;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ import { Theme, css } from 'antd-style';
|
|||
|
||||
export default (token: Theme) => css`
|
||||
.global-popup {
|
||||
overscroll-behavior: none;
|
||||
|
||||
.global-popup-close {
|
||||
background-color: ${token.colorBgMask} !important;
|
||||
backdrop-filter: blur(4px);
|
||||
|
|
@ -24,7 +22,6 @@ export default (token: Theme) => css`
|
|||
|
||||
.popup-metadata {
|
||||
overflow: auto;
|
||||
overscroll-behavior: none;
|
||||
|
||||
width: 75vw;
|
||||
max-height: 85vh;
|
||||
|
|
@ -59,7 +56,6 @@ export default (token: Theme) => css`
|
|||
|
||||
.popup-dialog,
|
||||
.edit-user-metadata {
|
||||
overscroll-behavior: none;
|
||||
width: 50vw !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue