mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 00:29:15 +02:00
Fixed duplicated/wrong scoped CSS
This commit is contained in:
parent
1a1572f7de
commit
a58b9c3eb1
5 changed files with 32 additions and 74 deletions
|
@ -40,16 +40,6 @@ export default {
|
|||
<style lang="scss">
|
||||
@import '../../style/vendor/media';
|
||||
|
||||
.library.pusher > .ui.secondary.menu {
|
||||
@include media(">tablet") {
|
||||
padding: 0 2.5rem;
|
||||
}
|
||||
.item {
|
||||
padding-top: 1.5em;
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.library {
|
||||
.ui.segment.head {
|
||||
background-size: cover;
|
||||
|
@ -77,28 +67,5 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
.ui.secondary.pointing.menu {
|
||||
border: none;
|
||||
box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
|
||||
.ui.item {
|
||||
border: none;
|
||||
border-bottom-style: none;
|
||||
margin-bottom: 0px;
|
||||
&.active {
|
||||
box-shadow: inset 0px -2px 0px 0px #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.secondary.pointing.menu {
|
||||
@include media(">desktop") {
|
||||
position: fixed;
|
||||
left: 350px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
z-index: 1;
|
||||
}
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue