diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 09:39:40 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 09:39:40 +0100 |
commit | 9b7d1c723d7c11572d91d606954997e413f56a1f (patch) | |
tree | d6d9e34910b31e155c8c7a58bfe2fa0fe3677fc6 /client/src/sass | |
parent | a86309b4af9ad8391822f628d74fc5c7d1a01974 (diff) | |
download | PeerTube-9b7d1c723d7c11572d91d606954997e413f56a1f.tar.gz PeerTube-9b7d1c723d7c11572d91d606954997e413f56a1f.tar.zst PeerTube-9b7d1c723d7c11572d91d606954997e413f56a1f.zip |
Responsive my account
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f7d83c5c3..6352dd4fb 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -110,7 +110,7 @@ label { | |||
110 | // On small screen, menu is absolute | 110 | // On small screen, menu is absolute |
111 | @media screen and (max-width: 800px) { | 111 | @media screen and (max-width: 800px) { |
112 | .title-menu-left { | 112 | .title-menu-left { |
113 | width: 120px; | 113 | width: 150px !important; |
114 | position: absolute !important; | 114 | position: absolute !important; |
115 | z-index: 10000; | 115 | z-index: 10000; |
116 | } | 116 | } |
@@ -120,12 +120,17 @@ label { | |||
120 | 120 | ||
121 | &, &.expanded { | 121 | &, &.expanded { |
122 | .margin-content { | 122 | .margin-content { |
123 | //display: flex; | 123 | margin-left: 10px; |
124 | //flex-direction: column; | 124 | margin-right: 10px; |
125 | //align-items: center; | 125 | } |
126 | //justify-content: center; | 126 | |
127 | margin-left: auto; | 127 | .sub-menu { |
128 | margin-right: auto; | 128 | padding-left: 10px; |
129 | margin-bottom: 10px; | ||
130 | } | ||
131 | |||
132 | input[type=text], input[type=password] { | ||
133 | width: 100% !important; | ||
129 | } | 134 | } |
130 | } | 135 | } |
131 | } | 136 | } |