We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e32b5f commit b11472eCopy full SHA for b11472e
dashboard.css
@@ -945,6 +945,7 @@ Recipe Template
945
946
.select-container {
947
margin-top: 4vh;
948
+ position: relative;
949
}
950
951
.brd {
@@ -953,7 +954,7 @@ Recipe Template
953
954
955
956
#app-cover {
- position: relative;
957
+ position: absolute;
958
top: 0;
959
right: 0;
960
left: -1.5vw;
dashboard.html
@@ -138,9 +138,8 @@ <h4>recipes</h4>
138
139
140
<!-- end of tag container -->
141
- <!-- recipes list -->
142
-
143
+ <!-- recipes list -->
144
<div class="recipes-list" id="recipesList">
145
<!-- Boş, dinamik olarak doldurulacak -->
146
</div>
0 commit comments