aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-07-24 12:05:36 +0200
committerRigel Kent <par@rigelk.eu>2020-07-29 18:15:53 +0200
commit225a7682e68d81c3c90ff50e704db4ab5f81a341 (patch)
treebf73366c25a05a2dacf5c827c3b0d4b1f96d5b61 /client/src/sass
parent66927c0588b050f23ad3f98d62b48307bc7e79e7 (diff)
downloadPeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.gz
PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.zst
PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.zip
adapt notifications buttons for small screens
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index ea89ca9ce..be510c08f 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -371,7 +371,7 @@ table {
371 input[type=email], 371 input[type=email],
372 textarea, 372 textarea,
373 .peertube-select-container { 373 .peertube-select-container {
374 width: 100% !important; 374 flex-grow: 1;
375 } 375 }
376 376
377 .caption input[type=text] { 377 .caption input[type=text] {