Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit ac51261

Browse files
committed
fix: fixed header
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent 95fc3df commit ac51261

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/css/listing.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101

102102
#listing.list {
103103
flex-direction: column;
104-
padding-top: 3.25em;
105104
width: 100%;
106105
max-width: 100%;
107106
margin: 0;
@@ -160,10 +159,6 @@
160159
#listing.list .item.header {
161160
display: flex !important;
162161
background: #fafafa;
163-
position: fixed;
164-
width: calc(100% - 19em);
165-
top: 7em;
166-
right: 1em;
167162
z-index: 999;
168163
padding: .85em;
169164
border: 0;

src/css/mobile.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
}
66

77
@media (max-width: 1024px) {
8-
#listing.list .item.header,
98
main {
109
width: calc(100% - 13em)
1110
}
@@ -105,10 +104,6 @@
105104
#listing {
106105
margin-bottom: 5em;
107106
}
108-
#listing.list .item.header,
109-
main {
110-
width: calc(100% - 2em);
111-
}
112107
main {
113108
margin: 0 1em;
114109
width: calc(100% - 2em);

0 commit comments

Comments
 (0)