diff options
| author | Lauren Choi <laurenchoi@gmail.com> | 2021-11-18 11:34:38 -0500 |
|---|---|---|
| committer | Lauren Choi <laurenchoi@gmail.com> | 2021-11-18 11:34:38 -0500 |
| commit | f350591b82012d94a8217d5096094de183de7bb8 (patch) | |
| tree | ecc43e75641f654f9fcd695ba5b53ca278ff7b45 /src/client/views/PropertiesView.scss | |
| parent | fc9d892e1ae344bf12b5bc3fc7ff0fb5867d7dba (diff) | |
added arrow toggling functionality
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index b75e7182c..437df4739 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -863,6 +863,10 @@ align-items: center; justify-content: space-between; } + + .propertiesButton { + width: 4rem; + } } .propertiesView-label { |
