We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9cb38 commit 495e7a1Copy full SHA for 495e7a1
1 file changed
Tumeden/Tumeden.css
@@ -92,10 +92,13 @@ body {
92
/* Top Bar */
93
#barTop {
94
border-bottom: 1px solid #30363d;
95
+ position: fixed;
96
+ top: 0;
97
+ left: 250px;
98
+ right: 0;
99
z-index: 1;
100
height: 48px;
- padding: 4px 0 4px 250px;
- right: 32px;
101
+ padding: 4px 0 4px 0;
102
justify-content: space-between;
103
align-items: center;
104
box-sizing: border-box;
@@ -1344,4 +1347,3 @@ a:hover {
1344
1347
::-webkit-scrollbar-thumb:hover {
1345
1348
background: #21262d;
1346
1349
}
-
0 commit comments