mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
phone styling fix
This commit is contained in:
parent
dab73998a8
commit
077b663d2a
@ -11,6 +11,8 @@ button, input[type="submit"], input[type="reset"], input[type="text"], select[ty
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
outline: inherit;
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
@ -39,5 +41,5 @@ nav img {
|
||||
.panel {
|
||||
min-width: 300px;
|
||||
margin: 40px 0 0;
|
||||
flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
@ -62,8 +62,8 @@ $('body').on('click', '.clear', function(e) {
|
||||
$(".confidence_intervals").empty()
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function changeToFlagged() {
|
||||
var f = document.getElementsByClassName("flag");
|
||||
f[0].style.cssText = 'background-color:pink !important' ;
|
||||
|
Loading…
Reference in New Issue
Block a user