Skip to content

Commit 495e7a1

Browse files
authored
Update Tumeden.css
Minor fix.
1 parent 8a9cb38 commit 495e7a1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Tumeden/Tumeden.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,13 @@ body {
9292
/* Top Bar */
9393
#barTop {
9494
border-bottom: 1px solid #30363d;
95+
position: fixed;
96+
top: 0;
97+
left: 250px;
98+
right: 0;
9599
z-index: 1;
96100
height: 48px;
97-
padding: 4px 0 4px 250px;
98-
right: 32px;
101+
padding: 4px 0 4px 0;
99102
justify-content: space-between;
100103
align-items: center;
101104
box-sizing: border-box;
@@ -1344,4 +1347,3 @@ a:hover {
13441347
::-webkit-scrollbar-thumb:hover {
13451348
background: #21262d;
13461349
}
1347-

0 commit comments

Comments
 (0)