NameChange

This commit is contained in:
Sergey Kozyrev 2023-11-13 17:32:50 +04:00
parent fabb2161d4
commit 9b038475d8
4 changed files with 11 additions and 4 deletions

View File

@ -63,8 +63,8 @@
<table id="items-table" class="table table-striped">
<thead>
<th scope="col"></th>
<th scope="col" class="w-25">Название</th>
<th scope="col" class="w-25">Автор</th>
<th scope="col" class="w-25">Название</th>
<th scope="col"></th>
<th scope="col"></th>
</thead>

View File

@ -641,5 +641,5 @@ button:not(:disabled) {
#image-preview {
width: 200px;
width: 300px;
}

File diff suppressed because one or more lines are too long

View File

@ -47,7 +47,7 @@
</header>
<main class="container-fluid p-2">
<div class="text-center">
<img id="image-preview" src="https://via.placeholder.com/200" class="rounded rounded-circle"
<img id="image-preview" src="https://via.placeholder.com/200" class="rounded rounded-0"
alt="placeholder">
</div>
<form id="items-form" class="needs-validation" novalidate>