mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 12:58:54 +00:00
25 lines
No EOL
316 B
CSS
25 lines
No EOL
316 B
CSS
.bg-grey {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.hidden {
|
|
height: 1px;
|
|
width: 1px;
|
|
position: absolute;
|
|
top: -10px;
|
|
left: -1px;
|
|
}
|
|
|
|
.avatar {
|
|
height: 30px;
|
|
}
|
|
|
|
.avatar-dropdown {
|
|
/*top: calc(100% + 0.40rem);
|
|
right: -0.75rem;*/
|
|
left: auto !important;
|
|
} |