добавил миграцию и поправил стили

This commit is contained in:
Андрей Дувакин 2024-04-20 21:52:46 +05:00
parent 61263e05b1
commit b116bc18b9
2 changed files with 6 additions and 13 deletions

View File

@ -64,7 +64,7 @@
.film_card_column::-webkit-scrollbar-thumb {
background-color: #0d1d3a;
border-radius: 5vw;
border: 1px solid #ffffff;
border: 1px solid #eaeaea;
}
.film_card_title_row {
height: 20%;
@ -94,11 +94,11 @@
background-color: rgb(255, 64, 96);
color: #eaeaea;
font-weight: bold;
padding: 10px;
padding-top: 15px;
padding-bottom: 15px;
margin: 5px;
border-radius: 5px;
padding: 1vw;
padding-top: 1vw;
padding-bottom: 1vw;
margin: 0.3vw;
border-radius: 0.5vw;
text-decoration: none;
display: flex;
align-items: center;

View File

@ -39,13 +39,6 @@ class Auditorium(Model):
verbose_name='Номер кинозала',
)
# row_count = IntegerField(
# verbose_name='Количество рядов кресел в зале',
# validators=[
# MinValueValidator(1),
# ],
# )
def __str__(self):
return self.number