aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-09 09:23:27 +0200
committerChocobozzz <me@florianbigard.com>2018-05-09 09:23:27 +0200
commit1952a538baa330b13bd11631b3975f7ef1c37e70 (patch)
tree6b9290aea20b928ea20ce26a73b2d2e380761568 /client/src/sass
parent71e3dfda4e2bcc228415c0d66b09a84bb73dddd1 (diff)
downloadPeerTube-1952a538baa330b13bd11631b3975f7ef1c37e70.tar.gz
PeerTube-1952a538baa330b13bd11631b3975f7ef1c37e70.tar.zst
PeerTube-1952a538baa330b13bd11631b3975f7ef1c37e70.zip
Improve responsive account about page
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 9aef0c56d..2e1e5bf65 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -111,6 +111,10 @@ label {
111 &:hover, &:active, &:focus { 111 &:hover, &:active, &:focus {
112 color: #000; 112 color: #000;
113 } 113 }
114
115 @media screen and (max-width: 500px) {
116 margin-right: 20px;
117 }
114} 118}
115 119
116.admin-sub-header { 120.admin-sub-header {