diff --git a/frontend/src/lib/components/add_button.svelte b/frontend/src/lib/components/add_button.svelte index 550f0f3..59322a0 100644 --- a/frontend/src/lib/components/add_button.svelte +++ b/frontend/src/lib/components/add_button.svelte @@ -25,7 +25,6 @@ /* Кнопка "плюс" */ .plus { font-family: Arial, Helvetica, sans-serif; - aspect-ratio: 1 / 1; font-size: x-large; cursor: pointer; text-align: center; diff --git a/frontend/src/lib/components/authors.svelte b/frontend/src/lib/components/authors.svelte new file mode 100644 index 0000000..4f01909 --- /dev/null +++ b/frontend/src/lib/components/authors.svelte @@ -0,0 +1,38 @@ + + +
+ +
+ + +
+
+ + \ No newline at end of file diff --git a/frontend/src/lib/components/image.svelte b/frontend/src/lib/components/image.svelte index b1fd568..436f2bf 100644 --- a/frontend/src/lib/components/image.svelte +++ b/frontend/src/lib/components/image.svelte @@ -1,6 +1,6 @@ -
+
diff --git a/frontend/src/lib/css/global.css b/frontend/src/lib/css/global.css index f5d1aec..cbf9a74 100644 --- a/frontend/src/lib/css/global.css +++ b/frontend/src/lib/css/global.css @@ -31,6 +31,7 @@ button { .round { border-radius: 100%; overflow: hidden; + aspect-ratio: 1 / 1 !important; } /* Закруглённый элемент */ diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index e5ce9dd..f9608c2 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -1,5 +1,7 @@