Skip to content

Commit

Permalink
Override and align properties of filePanel.component.scss and present…
Browse files Browse the repository at this point in the history
…ationModeButton.component.scss #2322
  • Loading branch information
jannikr committed Oct 26, 2021
1 parent 4450ae0 commit 01432a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ file-panel-component {
display: inline-flex;
width: 10px;
margin-right: 5px;
padding-left: 5px;
margin-left: 5px;
height: 22px;
border-radius: 2px;
align-self: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ presentation-mode-button-component {
-webkit-transition: 0.4s;
transition: 0.4s;
outline: none;
margin-right: 0;
}

.slider:before {
Expand Down

0 comments on commit 01432a4

Please sign in to comment.