We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be114d commit db29d6dCopy full SHA for db29d6d
packages/apps/esm-devtools-app/src/devtools/devtools.styles.css
@@ -1,12 +1,12 @@
1
.devtoolsTriggerButton {
2
z-index: 7900;
3
background-color: #c6c6c6;
4
- height: 40px !important;
5
- width: 40px !important;
6
- bottom: 80px;
7
- right: 4px;
+ height: 2.5rem !important;
+ width: 2.5rem !important;
+ bottom: 5rem;
+ right: 0.25rem;
8
position: fixed;
9
- border-radius: 5px;
+ border-radius: 0.25rem;
10
display: flex;
11
justify-content: center;
12
align-items: center;
0 commit comments