diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-15 09:43:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-15 09:43:23 +0200 |
commit | 28e0e40d2b301f109a4dd20a5be1f0b58e8201ad (patch) | |
tree | fbaaf3d2de16d14c61a4d746de9326ca3a9b71c6 /client/src/sass | |
parent | f3d2e6d0826e39611a5fba91677fe56c93c83d90 (diff) | |
download | PeerTube-28e0e40d2b301f109a4dd20a5be1f0b58e8201ad.tar.gz PeerTube-28e0e40d2b301f109a4dd20a5be1f0b58e8201ad.tar.zst PeerTube-28e0e40d2b301f109a4dd20a5be1f0b58e8201ad.zip |
Fix privacy warning position on mobile
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 6de145379..957b99356 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -63,8 +63,13 @@ p-table { | |||
63 | &:hover { | 63 | &:hover { |
64 | background-color: var(--submenuColor) !important; | 64 | background-color: var(--submenuColor) !important; |
65 | 65 | ||
66 | .action-cell .dropdown-root { | 66 | .action-cell { |
67 | display: block !important; | 67 | .dropdown-root, |
68 | my-edit-button, | ||
69 | my-delete-button, | ||
70 | my-button { | ||
71 | display: block !important; | ||
72 | } | ||
68 | } | 73 | } |
69 | } | 74 | } |
70 | 75 | ||
@@ -138,7 +143,10 @@ p-table { | |||
138 | padding: 0 !important; | 143 | padding: 0 !important; |
139 | text-align: center; | 144 | text-align: center; |
140 | 145 | ||
141 | .dropdown-root { | 146 | .dropdown-root, |
147 | my-edit-button, | ||
148 | my-delete-button, | ||
149 | my-button { | ||
142 | display: none !important; | 150 | display: none !important; |
143 | 151 | ||
144 | &.show { | 152 | &.show { |