Skip to content

Commit db29d6d

Browse files
committed
move devtools styles in rem
1 parent 3be114d commit db29d6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/apps/esm-devtools-app/src/devtools/devtools.styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.devtoolsTriggerButton {
22
z-index: 7900;
33
background-color: #c6c6c6;
4-
height: 40px !important;
5-
width: 40px !important;
6-
bottom: 80px;
7-
right: 4px;
4+
height: 2.5rem !important;
5+
width: 2.5rem !important;
6+
bottom: 5rem;
7+
right: 0.25rem;
88
position: fixed;
9-
border-radius: 5px;
9+
border-radius: 0.25rem;
1010
display: flex;
1111
justify-content: center;
1212
align-items: center;

0 commit comments

Comments
 (0)