X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fvarious.scss;h=7daf40ec6ecb6891c367178a6dc23df6e44ab094;hb=34806fab1b26eb626862d45402cb4e265cc0af5b;hp=6a6f52f9deef4bac42bfcedf1e88f755e99f4f16;hpb=14f58edd803d0656f3471c1bf1a75ec5cc483da8;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 6a6f52f9..7daf40ec 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss @@ -22,3 +22,11 @@ div.settings div.file-field { nav .input-field input { margin: 0; } + +.tabs { + display: flex; +} + +.tab { + flex: 1; +}