Add more space to accomodate text length of dialog title

This commit is contained in:
Andras Timar 2019-02-13 13:40:26 +01:00
Родитель 6ccdf464a8
Коммит 9e3f891e38
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -19,13 +19,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
*/ */
#template-picker { #template-picker {
.template-container:not(.hidden) { .template-container:not(.hidden) {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
a { a {
$size: 150px; $size: 170px;
$sizeY: $size / 210 * 297; $sizeY: $size / 210 * 297;
$space: 10px; $space: 10px;
border-radius: 3px; // 12&13 fallback border-radius: 3px; // 12&13 fallback
@ -34,7 +34,7 @@
margin: $space; margin: $space;
position: relative; position: relative;
&:hover, &:hover,
&:focus { &:focus {
border-color: $color-primary-element; // 12&13 fallback border-color: $color-primary-element; // 12&13 fallback
} }
@ -60,4 +60,4 @@
} }
} }
} }
} }