style: fix uptime chip style
style: reduced the dropdown border-radius from 16px to 8px only when it's open feat: scroll the table back up with a log level filter change fix: dropdown border-radius bottom was still 16px instead of 8px when opened
This commit is contained in:
parent
6177a781a6
commit
192ae0c5fb
3 changed files with 58 additions and 32 deletions
|
|
@ -42,7 +42,7 @@ export default {
|
|||
margin: 0,
|
||||
borderTop: 0,
|
||||
padding: 0,
|
||||
borderRadius: [[0, 0, 16, 16]],
|
||||
borderRadius: [[0, 0, 8, 8]],
|
||||
backgroundColor: subheaderColor,
|
||||
outline: '0 none',
|
||||
'& li': {
|
||||
|
|
@ -90,7 +90,7 @@ export default {
|
|||
},
|
||||
open: {
|
||||
'& button': {
|
||||
borderRadius: [[16, 16, 0, 0]]
|
||||
borderRadius: [[8, 8, 0, 0]]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue