mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-29 18:49:20 +01:00
14 lines
211 B
CSS
14 lines
211 B
CSS
@media (min-width: 992px) {
|
|
.nav-users {
|
|
position: fixed;
|
|
}
|
|
}
|
|
.remove-account-container {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.btn-remove-account {
|
|
top: 10px;
|
|
right: 10px;
|
|
position: absolute;
|
|
} |