Skip to content
Snippets Groups Projects
Commit 70e29725 authored by Tainan Felipe's avatar Tainan Felipe
Browse files

Fix zoom display alignment

parent 05a5e911
No related branches found
No related tags found
No related merge requests found
......@@ -106,9 +106,12 @@ $toolbar-button-border-radius: 5px;
}
.zoomPercentageDisplay {
width: 100%;
height: calc(100% - 100px);
height: 2.25rem;
text-align: center;
color: black;
border-left: $border-size solid $color-gray-lighter !important;
border-right: $border-size solid $color-gray-lighter !important;
}
display: flex;
align-items: center;
justify-content: center;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment