0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 00:38:38 +00:00

lint themes

This commit is contained in:
Víctor Losada Hernández
2026-05-18 16:21:46 +02:00
parent 989ac071be
commit 4a565b929b
2 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -17,16 +17,16 @@ export default {
const styles = ()=>{ const styles = ()=>{
switch (side) { switch (side) {
case 'bottom': case 'bottom':
return `{width:100%,bottom:0%}` return `{width:100%,bottom:0%}`;
break; break;
case 'top': case 'top':
return `{width:100%,top:0%}` return `{width:100%,top:0%}`;
break; break;
default: default:
return `{height:100%}` return `{height:100%}`;
break; break;
} }
} };
const rotation = { const rotation = {
'bottom' : 0, 'bottom' : 0,