aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-06 11:03:05 +0200
committerChocobozzz <me@florianbigard.com>2020-07-06 11:03:05 +0200
commit767bb14a381f6c7b5bf27c0f17d6c86a0f42a21f (patch)
tree33f1db3e3f2a868835a74fafcc56a8b21bb78a2a /client/src/sass/include
parent9e5dd0d96e65715ee4750d1de0b9eb768b5025ab (diff)
downloadPeerTube-767bb14a381f6c7b5bf27c0f17d6c86a0f42a21f.tar.gz
PeerTube-767bb14a381f6c7b5bf27c0f17d6c86a0f42a21f.tar.zst
PeerTube-767bb14a381f6c7b5bf27c0f17d6c86a0f42a21f.zip
Fix external user edition
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index c6822b714..2cefaf73d 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -107,6 +107,10 @@
107 color: pvar(--inputPlaceholderColor); 107 color: pvar(--inputPlaceholderColor);
108 } 108 }
109 109
110 &[readonly] {
111 opacity: 0.7;
112 }
113
110 @media screen and (max-width: $width) { 114 @media screen and (max-width: $width) {
111 width: 100%; 115 width: 100%;
112 } 116 }