Skip to content

Commit b11472e

Browse files
committed
Test
1 parent 2e32b5f commit b11472e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dashboard.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ Recipe Template
945945

946946
.select-container {
947947
margin-top: 4vh;
948+
position: relative;
948949
}
949950

950951
.brd {
@@ -953,7 +954,7 @@ Recipe Template
953954
}
954955

955956
#app-cover {
956-
position: relative;
957+
position: absolute;
957958
top: 0;
958959
right: 0;
959960
left: -1.5vw;

dashboard.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ <h4>recipes</h4>
138138

139139

140140
<!-- end of tag container -->
141-
<!-- recipes list -->
142-
143141

142+
<!-- recipes list -->
144143
<div class="recipes-list" id="recipesList">
145144
<!-- Boş, dinamik olarak doldurulacak -->
146145
</div>

0 commit comments

Comments
 (0)