aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/stylesheets
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-03-16 20:45:09 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-03-16 20:45:09 +0100
commita0382b70d03213f7bfa342982bbeafc8c85f1d73 (patch)
treebc804a03d7ec6e5ae92f7a1e3dc09aaae6ef2988 /client/stylesheets
parent33b992603c37fe4cd789d04b0d4cbaf81888df31 (diff)
downloadPeerTube-a0382b70d03213f7bfa342982bbeafc8c85f1d73.tar.gz
PeerTube-a0382b70d03213f7bfa342982bbeafc8c85f1d73.tar.zst
PeerTube-a0382b70d03213f7bfa342982bbeafc8c85f1d73.zip
Add separations in the panel
Diffstat (limited to 'client/stylesheets')
-rw-r--r--client/stylesheets/base.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss
index 37bdade1e..14da74e0c 100644
--- a/client/stylesheets/base.scss
+++ b/client/stylesheets/base.scss
@@ -17,4 +17,8 @@ footer {
17 17
18 &:hover { text-decoration: none; } 18 &:hover { text-decoration: none; }
19 } 19 }
20} \ No newline at end of file 20}
21
22.panel_block:not(:last-child) {
23 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
24}