Skip to content

Commit 4817ee1

Browse files
author
Andrew Stevanus
committed
Fix padding on editor toolbar
1 parent 6575010 commit 4817ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030
.editor-toolbar {
3131
position: relative;
32+
padding: 0 8px;
3233
opacity: 0.6;
3334
-webkit-user-select: none;
3435
-moz-user-select: none;
@@ -84,8 +85,7 @@
8485
margin: 0 6px;
8586
}
8687
.editor-toolbar a.icon-fullscreen {
87-
position: absolute;
88-
right: 0;
88+
float: right;
8989
}
9090
.editor-statusbar {
9191
border-top: 1px solid #ece9e9;

0 commit comments

Comments
 (0)