diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-24 12:05:36 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-29 18:15:53 +0200 |
commit | 225a7682e68d81c3c90ff50e704db4ab5f81a341 (patch) | |
tree | bf73366c25a05a2dacf5c827c3b0d4b1f96d5b61 /client/src/sass/application.scss | |
parent | 66927c0588b050f23ad3f98d62b48307bc7e79e7 (diff) | |
download | PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.gz PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.zst PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.zip |
adapt notifications buttons for small screens
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
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] { |