mirror of https://github.com/Chocobozzz/PeerTube
fix user preferences column width for notifications table (#3352)
Co-authored-by: kimsible <kimsible@users.noreply.github.com>pull/3339/head
parent
ab0beac72f
commit
c07fac202d
|
@ -12,16 +12,14 @@
|
|||
|
||||
& > div {
|
||||
padding: 10px;
|
||||
width: 350px;
|
||||
|
||||
&:nth-child(2) {
|
||||
max-width: 60px !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-view) {
|
||||
width: auto;
|
||||
|
||||
&:first-child {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: #{breakpoint(sm)}) {
|
||||
&:first-child {
|
||||
width: auto;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue