aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance
diff options
context:
space:
mode:
authortest2a <39449563+test2a@users.noreply.github.com>2020-08-17 07:34:08 +0000
committerGitHub <noreply@github.com>2020-08-17 09:34:08 +0200
commit39392b24e21084cd1fd4381b4ad02acf7e2c365f (patch)
tree1f97852b9094583312839c65a53e1142fd2bdf25 /client/src/app/shared/shared-instance
parentaea53cc64919b3a3ecfdf78b6b15c6a4d6edeea1 (diff)
downloadPeerTube-39392b24e21084cd1fd4381b4ad02acf7e2c365f.tar.gz
PeerTube-39392b24e21084cd1fd4381b4ad02acf7e2c365f.tar.zst
PeerTube-39392b24e21084cd1fd4381b4ad02acf7e2c365f.zip
removed minimum width css to fit mobile devices with lesser width (#3090)
* Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested
Diffstat (limited to 'client/src/app/shared/shared-instance')
-rw-r--r--client/src/app/shared/shared-instance/instance-features-table.component.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.scss b/client/src/app/shared/shared-instance/instance-features-table.component.scss
index a51574741..9a45bcd2a 100644
--- a/client/src/app/shared/shared-instance/instance-features-table.component.scss
+++ b/client/src/app/shared/shared-instance/instance-features-table.component.scss
@@ -7,9 +7,7 @@ table {
7 7
8 .label, 8 .label,
9 .sub-label { 9 .sub-label {
10 min-width: 330px; 10 &.label {
11
12 &.label {
13 font-weight: $font-semibold; 11 font-weight: $font-semibold;
14 } 12 }
15 13