projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62365ad
)
Fix width content with menu from 500px to 800px
author
kimsible
<kimsible@users.noreply.github.com>
Tue, 28 Apr 2020 21:41:05 +0000
(23:41 +0200)
committer
Rigel Kent
<par@rigelk.eu>
Thu, 30 Apr 2020 15:23:20 +0000
(17:23 +0200)
client/src/sass/application.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/application.scss
b/client/src/sass/application.scss
index ff6ce394fedeee48063317e8e6821f3c32858877..f76ceaca1432239e297358d1377c25e5e78664ed 100644
(file)
--- a/
client/src/sass/application.scss
+++ b/
client/src/sass/application.scss
@@
-298,6
+298,12
@@
table {
}
}
+@media screen and (max-width: #{$mobile-view + $menu-width}) {
+ .main-col {
+ width: 100%;
+ }
+}
+
@media screen and (max-width: $small-view) {
.main-col {
margin-left: 0;