Fix toolbar font

This commit is contained in:
David Benqué 2020-10-20 17:58:56 +01:00
parent 7c106ae614
commit 9b8373bfc6

View file

@ -627,6 +627,7 @@
} }
.cp-toolbar-title { .cp-toolbar-title {
color: @cryptpad_text_col; color: @cryptpad_text_col;
font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/...
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -639,7 +640,6 @@
.cp-toolbar-title-value { .cp-toolbar-title-value {
border: 1px solid transparent; border: 1px solid transparent;
padding: 0 5px; padding: 0 5px;
font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/...
font-size: 30px; font-size: 30px;
vertical-align: middle; vertical-align: middle;
white-space: nowrap; white-space: nowrap;
@ -1126,6 +1126,7 @@
.cp-toolbar-spinner { .cp-toolbar-spinner {
color: @cryptpad_text_col; color: @cryptpad_text_col;
font-family: "Open Sans";
font-size: 14px; font-size: 14px;
padding: 0 8px; padding: 0 8px;
height: 20px; height: 20px;