Add recent used fonts in font selection widget

This commit is contained in:
Eva 2022-02-01 12:55:51 +01:00 committed by Andrey Antukh
parent 37f4b83d96
commit a2c3b0926b
5 changed files with 57 additions and 9 deletions

View file

@ -1168,9 +1168,9 @@
}
header {
padding: 15px 17px;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
.backend-filters {
@ -1225,7 +1225,7 @@
border-radius: $br-small;
color: $color-gray-20;
border: 1px solid $color-gray-30;
margin: 0px;
margin: 15px 17px;
}
.options {