fixed diary style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="diary">
|
||||
<h2>Trainingstagebuch</h2>
|
||||
<div>
|
||||
<label>Datum:
|
||||
@@ -847,8 +847,8 @@ h3 {
|
||||
width: calc(100% - 1em);
|
||||
}
|
||||
|
||||
.column {
|
||||
flex: 0 0 45%;
|
||||
.column:first-child {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@@ -1060,4 +1060,8 @@ img {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.diary {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user