diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-16 14:26:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-16 14:26:50 +0100 |
commit | 7706b3703aeb2bea686b12089959b963a7dd89f4 (patch) | |
tree | f0b42ccf01563de7ee7e936c3716ab7a8e149a38 /client/src/sass | |
parent | 9be63f123e23d9622b5250511cf8f21e463c3ee5 (diff) | |
download | PeerTube-7706b3703aeb2bea686b12089959b963a7dd89f4.tar.gz PeerTube-7706b3703aeb2bea686b12089959b963a7dd89f4.tar.zst PeerTube-7706b3703aeb2bea686b12089959b963a7dd89f4.zip |
Put admin actions on the left
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index b1e0431bb..7fe6efe32 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -127,6 +127,7 @@ $variables: ( | |||
127 | $zindex: ( | 127 | $zindex: ( |
128 | miniature : 10, | 128 | miniature : 10, |
129 | privacymsg : 20, | 129 | privacymsg : 20, |
130 | dropdown : 12000, | ||
130 | sub-menu : 12500, | 131 | sub-menu : 12500, |
131 | menu : 12600, | 132 | menu : 12600, |
132 | search-typeahead: 12650, | 133 | search-typeahead: 12650, |
@@ -135,7 +136,6 @@ $zindex: ( | |||
135 | tooltip : 14000, | 136 | tooltip : 14000, |
136 | loadbar : 15000, | 137 | loadbar : 15000, |
137 | modal : 16000, | 138 | modal : 16000, |
138 | dropdown : 17000, | ||
139 | help-popover : 17000, | 139 | help-popover : 17000, |
140 | notification : 18000, | 140 | notification : 18000, |
141 | hotkeys : 19000 | 141 | hotkeys : 19000 |
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 750c433b5..2ffa2d3ff 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -54,7 +54,7 @@ p-table { | |||
54 | td { | 54 | td { |
55 | padding-left: 15px !important; | 55 | padding-left: 15px !important; |
56 | 56 | ||
57 | &:not(.action-cell):not(.expand-cell) { | 57 | &:not(.action-cell):not(.expand-cell):not(.checkbox-cell) { |
58 | overflow: hidden !important; | 58 | overflow: hidden !important; |
59 | text-overflow: ellipsis !important; | 59 | text-overflow: ellipsis !important; |
60 | white-space: nowrap !important; | 60 | white-space: nowrap !important; |