mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00

New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
23 lines
461 B
Plaintext
23 lines
461 B
Plaintext
@import "../variables";
|
|
|
|
body.control-panel-visible {
|
|
ul.messenger.messenger-fixed.messenger-on-bottom {
|
|
bottom: 95px;
|
|
}
|
|
}
|
|
|
|
ul.messenger-theme-flat .messenger-message.alert-info .messenger-message-inner:before {
|
|
background: @droneTeal;
|
|
}
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
ul.messenger.messenger-fixed.messenger-on-bottom {
|
|
width: 100%;
|
|
bottom: 0px;
|
|
.border-bottom-radius(0);
|
|
|
|
&.messenger-on-right {
|
|
right : 0px;
|
|
}
|
|
}
|
|
} |